mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Update hotfix script
This commit is contained in:
2
.github/workflow_data/release.py
vendored
2
.github/workflow_data/release.py
vendored
@@ -16,3 +16,5 @@ if __name__ == "__main__":
|
||||
)
|
||||
with open(notes_path, "w") as f:
|
||||
f.write(notes)
|
||||
with open(os.environ["ARTIFACT_TGZ"].removesuffix(".tgz") + ".md", "w") as f:
|
||||
f.write(changelog.strip() + "\n\n")
|
||||
|
||||
Reference in New Issue
Block a user