mirror of
https://github.com/zen-browser/www
synced 2026-04-25 17:14:56 +02:00
feat: initialize twilight release notes structure in twilight-to-stable script
This commit is contained in:
@@ -27,7 +27,13 @@ def main():
|
||||
json.dump(stable, f, indent=2)
|
||||
|
||||
with open(TWILIGHT_RELEASE_NOTES, "w") as f:
|
||||
json.dump({}, f, indent=2)
|
||||
json.dump({
|
||||
"version": "xxx",
|
||||
"image": False,
|
||||
"extra": "",
|
||||
"fixes": [],
|
||||
"features": [],
|
||||
}, f, indent=2)
|
||||
|
||||
print("Twilight release notes merged into stable release notes.")
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.0.2-b.5",
|
||||
"version": "1.0.2-b.6",
|
||||
"date": "26/12/2024",
|
||||
"image": false,
|
||||
"workflowId": 12481117227,
|
||||
|
||||
Reference in New Issue
Block a user