ci(release): publish tagged releases from triggering ref - #249
Open
binaryaaron wants to merge 2 commits into
Open
ci(release): publish tagged releases from triggering ref#249binaryaaron wants to merge 2 commits into
binaryaaron wants to merge 2 commits into
Conversation
Contributor
Greptile SummaryThe PR makes
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains; the previously reported tag/package mismatch is now checked before either package upload, and the documented release-candidate tag format is compatible with that check. Important Files Changed
|
binaryaaron
force-pushed
the
binaryaaron/release-on-tags
branch
2 times, most recently
from
August 14, 2026 15:59
cfe2ec2 to
734d776
Compare
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
Signed-off-by: Aaron Gonzales <aagonzales@nvidia.com>
binaryaaron
force-pushed
the
binaryaaron/add-mise
branch
from
August 14, 2026 18:13
3cea487 to
85357f2
Compare
binaryaaron
force-pushed
the
binaryaaron/release-on-tags
branch
from
August 14, 2026 18:13
734d776 to
d64940d
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
v*tag is pushedworkflow_dispatchwithdry-runandcreate-gh-release, without a separaterelease-refrelease-targetcheckout and project-directory task arguments added in build: migrate developer tasks to mise #211build:wheel,docs:build, anddocs:deploygithub.shaContext
This is stacked on #211. The separate
release-refcame from the generic FW-CI release template in #54 and remained when #93 moved the release workflow into this repository. Safe Synthesizer later moved to tag-push releases in Safe-Synthesizer #361. This follow-up adopts that single-revision strategy while preserving manual dispatch for dry runs and controlled release testing.Validation
mise tasks validate: all 26 tasks passedmise run test -- tests/tools/test_mise_configuration.py -q: 22 focused workflow and tooling tests passedmise run check ::: test: 1,213 tests passed; format, lint, type, lock, SPDX, and benchmark shell checks passedmise run docs:build: strict documentation build passedCommits
5f3cb9cand734d776are signed and DCO-signed.