-
Notifications
You must be signed in to change notification settings - Fork 6
feat: update release flow to make sure only runner releases are marked as latest #180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
art049
merged 2 commits into
main
from
cod-1894-ensure-only-runner-releases-can-be-marked-as-latest-release
Dec 23, 2025
Merged
feat: update release flow to make sure only runner releases are marked as latest #180
art049
merged 2 commits into
main
from
cod-1894-ensure-only-runner-releases-can-be-marked-as-latest-release
Dec 23, 2025
Conversation
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
art049
requested changes
Dec 22, 2025
5bce640 to
0bd7798
Compare
4b38dc9 to
726225a
Compare
8dffce1 to
2b36468
Compare
art049
reviewed
Dec 23, 2025
cf0a96a to
cde85a0
Compare
a140828 to
69f8711
Compare
art049
reviewed
Dec 23, 2025
art049
requested changes
Dec 23, 2025
Member
art049
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, except the lack of publishing of the non runner release. At the moment, they will remain as draft if I'm not mistaken
Member
|
Can you also have a look to make sure runner release are named: |
69f8711 to
09a2b65
Compare
art049
approved these changes
Dec 23, 2025
09a2b65 to
7a1b311
Compare
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.
I did not want to over-engineer something for the tag, so I just made it take the latest tag in
scripts/release.sh, which gives the limitation of only working with one crate per script invocation.Tested here

https://github.com/CodSpeedHQ/runner/actions/runs/20457122332
which created fake release here
https://github.com/CodSpeedHQ/runner/releases/tag/memtrack-v1.0.0-alpha.13
(Screenshot since the release will most likely be removed after merge to clean things up)