mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
Update twilight-to-stable.py
This commit is contained in:
parent
4af2f9f9cf
commit
a14e57fdb3
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue