Fixes #38980 - Add automatic release process#55
Merged
Conversation
6075f13 to
ba8d0d4
Compare
adamruzicka
reviewed
Jan 8, 2026
Contributor
adamruzicka
left a comment
There was a problem hiding this comment.
One thing in release.md, otherwise lgtm
| 1. Checkout the branch you want to make the release from | ||
| 2. Determine what the next version should be | ||
| - We try to follow [semantic versioning (semver)](https://semver.org) | ||
| - Usually we increase the major version only if we bumped the dependency on Foreman |
Contributor
There was a problem hiding this comment.
This doesn't really make sense in this context.
How about this?
Suggested change
| - Usually we increase the major version only if we bumped the dependency on Foreman | |
| - Usually we increase the major version only if we bumped the required ruby version |
Member
Author
There was a problem hiding this comment.
This would also seem weird, thus I've tried to capture the reality (at least that I've noticed): b216448
Contributor
|
Thank you @ofedoren ! |
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.
@adamruzicka, I've set up trusted publishers on rubygems, so this should be ready to go.