Fix changelog merges

This commit is contained in:
Willy-JL
2024-07-05 17:31:00 +02:00
parent 4c7b0f3863
commit 967c16d52e
4 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ if __name__ == "__main__":
).json()
version_tag = release["tag_name"]
with open("ChangeLog.md", "r") as f:
with open("CHANGELOG.md", "r") as f:
changelog = f.read()
notes_path = '.github/workflow_data/release.md'