refactor: trigger releases via workflow dispatch#92
Merged
Conversation
22033b6 to
8e8fb14
Compare
7ee1adc to
d82d480
Compare
Restructure the release workflow so that all builds (binaries + Docker) must succeed before any irreversible action happens. Previously, pushing a tag would immediately start creating releases and publishing to crates.io in parallel with builds, so a Docker failure could leave a half-finished release with an irrevocable crates.io publish. New flow: - Trigger on push to main only (tag trigger removed) - A [release] marker in the commit message signals a release - All builds run first (binaries, Docker, SIMD Docker) - Only after all pass: create git tag, draft release, upload artifacts, publish to crates.io, and finally mark the release as non-draft - Dev Docker images still built on every main push Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
d82d480 to
0e25670
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
gh workflow run) instead of tag pushdev,dev-avx2, etc.) still built on every push tomainJob dependency graph
Test plan
🤖 Generated with Claude Code