Update twilight-to-stable.py

This commit is contained in:
mr. m 2025-01-09 22:02:05 -08:00 committed by GitHub
parent 4af2f9f9cf
commit a14e57fdb3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ def main():
twilight["workflowId"] = workflow_id twilight["workflowId"] = workflow_id
twilight["image"] = False twilight["image"] = False
twilight["version"] = twilight["version"].replace("-t", "-b") twilight["version"] = twilight["version"].replace("t", "b")
twilight["date"] = datetime.datetime.now().strftime("%d/%m/%Y") twilight["date"] = datetime.datetime.now().strftime("%d/%m/%Y")
stable.append(twilight) stable.append(twilight)
@ -40,4 +40,4 @@ def main():
print("Twilight release notes merged into stable release notes.") print("Twilight release notes merged into stable release notes.")
if __name__ == "__main__": if __name__ == "__main__":
main() main()