fix: update versioning scheme in twilight release notes and script

This commit is contained in:
mr. M 2025-01-02 15:42:56 +01:00
parent ceb021deeb
commit 7a54bfe9a7
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
2 changed files with 6 additions and 3 deletions

View file

@ -21,6 +21,7 @@ def main():
twilight["workflowId"] = workflow_id
twilight["image"] = False
twilight["version"] = twilight["version"].replace("-t", "-b")
twilight["date"] = datetime.datetime.now().strftime("%d/%m/%Y")
stable.append(twilight)