Add support to create pre-releases with a generated changelog#271
Add support to create pre-releases with a generated changelog#271NotTheEvilOne merged 1 commit intomainfrom
Conversation
82be326 to
5fe3ab4
Compare
03d9eff to
eb60503
Compare
4868f63 to
048350c
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #271 +/- ##
==========================================
- Coverage 91.58% 90.83% -0.76%
==========================================
Files 42 45 +3
Lines 2151 2269 +118
==========================================
+ Hits 1970 2061 +91
- Misses 181 208 +27 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
19e013d to
56af670
Compare
ff0db74 to
3c3061a
Compare
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
|
Could we extend this a bit so that it really also talks about the actual steps to be taken?
|
ad0bbdc to
ec54a09
Compare
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
left a comment
There was a problem hiding this comment.
Minor corrections/questions. Otherwise: great work!
Signed-off-by: Tobias Wolf <wolf@b1-systems.de> On-behalf-of: SAP <tobias.wolf@sap.com>
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