feat: add twilight support to release notes and update related components

This commit is contained in:
mr. M 2025-01-01 17:56:36 +01:00
parent bf1d514141
commit ec4ab1c93e
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
7 changed files with 451 additions and 203 deletions

View file

@ -20,6 +20,7 @@ def main():
stable = json.load(f)
twilight["workflowId"] = workflow_id
twilight["image"] = False
twilight["date"] = datetime.datetime.now().strftime("%d/%m/%Y")
stable.append(twilight)