mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-19 03:39:52 +00:00
Merge remote-tracking branch 'origin/main' into unstable
This commit is contained in:
commit
e33919542c
4
.github/workflows/changelog.py
vendored
4
.github/workflows/changelog.py
vendored
@ -326,9 +326,9 @@ def generate_changelog(
|
|||||||
finish = ""
|
finish = ""
|
||||||
|
|
||||||
# Remove .0 from curr
|
# Remove .0 from curr
|
||||||
curr = re.sub(r"\.\d{1,2}$", "", curr)
|
curr_pretty = re.sub(r"\.\d{1,2}$", "", curr)
|
||||||
# Remove target- from curr
|
# Remove target- from curr
|
||||||
curr_pretty = re.sub(rf"^[a-z]+-", "", curr)
|
curr_pretty = re.sub(rf"^[a-z]+-", "", curr_pretty)
|
||||||
pretty = target.capitalize() + " (F" + curr_pretty
|
pretty = target.capitalize() + " (F" + curr_pretty
|
||||||
if finish and target != "stable":
|
if finish and target != "stable":
|
||||||
pretty += ", #" + finish[:7]
|
pretty += ", #" + finish[:7]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user