Tweak the release process: no more merge to main (#7994)

This commit is contained in:
Jack Amadeo
2026-03-23 09:30:44 -04:00
committed by GitHub
parent 69e7fdc4b5
commit 59c74e1b7d
12 changed files with 403 additions and 327 deletions
@@ -7,7 +7,11 @@ Push the release tag to trigger the release:
git fetch && git tag v{{VERSION}} origin/release/{{VERSION}}
git push origin v{{VERSION}}
```
This PR will auto-merge once the tag is pushed.
The tag push will trigger the release build. This PR will be automatically closed.
## Cherry-Picks
If you need to include additional fixes, cherry-pick them into the `release/{{VERSION}}` branch before tagging.
## Important Notes