mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-13 12:40:31 +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 = ""
|
||||
|
||||
# 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
|
||||
curr_pretty = re.sub(rf"^[a-z]+-", "", curr)
|
||||
curr_pretty = re.sub(rf"^[a-z]+-", "", curr_pretty)
|
||||
pretty = target.capitalize() + " (F" + curr_pretty
|
||||
if finish and target != "stable":
|
||||
pretty += ", #" + finish[:7]
|
||||
|
Loading…
x
Reference in New Issue
Block a user