Update hotfix script

This commit is contained in:
Willy-JL
2023-06-03 04:08:05 +01:00
parent 6326b7ff1f
commit 25eed74201
6 changed files with 42 additions and 19 deletions

View File

@@ -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")