-
Notifications
You must be signed in to change notification settings - Fork 1
Add support to create pre-releases with a generated changelog #271
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
base: main
Are you sure you want to change the base?
Conversation
82be326 to
5fe3ab4
Compare
ff0db74 to
3c3061a
Compare
yeoldegrove
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.
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
|
Could we extend this a bit so that it really also talks about the actual steps to be taken?
|
72ad30a to
ab3b929
Compare
yeoldegrove
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.
Thanks for the work.
I would vote for merging this and extending it in an iterative manner if needed.
vivus-ignis
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.
Minor corrections/questions. Otherwise: great work!
|
|
||
| release.tag = TEST_GARDENLINUX_RELEASE | ||
| release.commitish = TEST_GARDENLINUX_COMMIT | ||
| release.is_latest = (False,) |
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.
I don't get why a tuple is needed here.
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.
/me too, this code is not touched by this PR.
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.
Then could we get rid of it? This line is confusing as if it has some importance for the actual test.
46b935c to
dd9f12f
Compare
Signed-off-by: Tobias Wolf <[email protected]> On-behalf-of: SAP <[email protected]>
dd9f12f to
ad4eb6f
Compare
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