fix(release): release whenever main is ahead of the registry - #214
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
#207 bumped the workspace to 0.1.7 and merged, but its publish run failed on the Trusted Publishing requirement #208 later fixed. With release_always = false nothing retried it: release skipped every later push, and release-pr would not bump past a version crates.io has not seen. Signed-off-by: Luca Muscariello <muscariello@ieee.org>
muscariello
force-pushed
the
fix/release-always
branch
from
September 4, 2026 15:26
7227454 to
b639f1b
Compare
msardara
approved these changes
Sep 4, 2026
muscariello
added a commit
that referenced
this pull request
Sep 4, 2026
Reverts #214 now that 0.1.7 is published and main matches crates.io, so nothing is stranded. Keeps publishing tied to merging the release PR, which is the point where a release is decided. #214 was to unstick a release whose publish had failed; if that happens again, flipping this to true for one push retries it. Signed-off-by: Luca Muscariello <muscariello@ieee.org>
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.
release_always = trueretries on the next push. Idempotent: it publishes only while a version is ahead of the registry.