fmt/support
Victor Zverovich 841040e781 Attach release artifacts to draft via workflow_dispatch
Draft releases do not fire the `release: created` event, so the release
workflow never ran and the source zip and SLSA provenance were not
attached to the draft. Trigger the workflow explicitly from release.py
via workflow_dispatch, passing the tag to attach to and the ref to build
from, and resolve the tag/ref in the workflow for both event types.
2026-06-08 07:48:52 +02:00
..
cmake Apply cmake-format 2026-03-03 15:49:40 -08:00
gradle/wrapper Minor cleanup 2026-01-22 11:24:08 -08:00
python/mkdocstrings_handlers/cxx Make it work on newer mkdocstrings, fix deprecation warnings (#4626) 2025-12-14 08:36:41 -08:00
Android.mk Move Android.mk to support and update 2018-05-27 06:20:54 -07:00
AndroidManifest.xml Update Android Gradle Plugin to 9.x (#4658) 2026-01-21 10:22:00 -08:00
build.gradle Minor cleanup 2026-01-22 11:24:08 -08:00
C++.sublime-syntax Add Sublime syntax (#1037) 2019-02-15 15:08:58 -08:00
check-commits Update check-commits script 2024-07-17 06:58:37 -07:00
cmake-format-requirements.txt Pin deps 2026-05-31 19:10:01 -07:00
doc-requirements.in Pin doc deps 2026-05-31 20:14:10 -07:00
doc-requirements.txt Pin doc deps 2026-05-31 20:14:10 -07:00
docopt.py Add a branch option to the release script 2016-03-13 10:27:15 -07:00
gradle.properties Minor cleanup 2026-01-22 11:24:08 -08:00
llvm-snapshot.gpg.key Pin clang-format install 2026-05-31 20:56:33 -07:00
mkdocs Restore api.html redirect to fix broken deep links 2026-06-05 08:06:58 -07:00
mkdocs.yml Disable footer 2024-06-09 19:02:34 -07:00
printable.py Supporting ? as a string presentation type (#2674) 2022-01-30 08:55:28 -08:00
README Update readme 2020-10-25 09:04:39 -07:00
release.py Attach release artifacts to draft via workflow_dispatch 2026-06-08 07:48:52 +02:00
Vagrantfile Update vagrant config 2024-06-30 07:56:35 -07:00

This directory contains build support files such as

* CMake modules
* Build scripts