mirror of
https://github.com/zen-browser/www
synced 2026-04-25 17:14:56 +02:00
Update twilight-to-stable.py
This commit is contained in:
@@ -21,7 +21,7 @@ def main():
|
||||
|
||||
twilight["workflowId"] = workflow_id
|
||||
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")
|
||||
stable.append(twilight)
|
||||
|
||||
@@ -40,4 +40,4 @@ def main():
|
||||
print("Twilight release notes merged into stable release notes.")
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user