Add support to create pre-releases with a generated changelog#271
Open
NotTheEvilOne wants to merge 1 commit intomainfrom
Open
Add support to create pre-releases with a generated changelog#271NotTheEvilOne wants to merge 1 commit intomainfrom
NotTheEvilOne wants to merge 1 commit intomainfrom
Conversation
82be326 to
5fe3ab4
Compare
yeoldegrove
requested changes
Jan 21, 2026
Contributor
yeoldegrove
left a comment
There was a problem hiding this comment.
Overall, nice work! See some nitpicks.
Also, we need some kind of written document how the release process works and how to push out a new release.
9817220 to
7c408ac
Compare
Contributor
Author
|
Contributor
Could we extend this a bit so that it really also talks about the actual steps to be taken?
|
72ad30a to
ab3b929
Compare
yeoldegrove
approved these changes
Feb 2, 2026
Contributor
yeoldegrove
left a comment
There was a problem hiding this comment.
Thanks for the work.
I would vote for merging this and extending it in an iterative manner if needed.
vivus-ignis
requested changes
Feb 3, 2026
Contributor
vivus-ignis
left a comment
There was a problem hiding this comment.
Minor corrections/questions. Otherwise: great work!
ad4eb6f to
7c37db7
Compare
Signed-off-by: Tobias Wolf <wolf@b1-systems.de> On-behalf-of: SAP <tobias.wolf@sap.com>
7c37db7 to
f694b17
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.
What this PR does / why we need it:
This PR enhances existing tooling to handle GitHub releases and adds support to generate a changelog for new releases of the
python-gardenlinux-lib.Which issue(s) this PR fixes:
Fixes #229
Fixes gardenlinux/gardenlinux#3800
Superseeds #210
Superseeds #230