mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
Read changelog from file in workflow --nobuild
This commit is contained in:
4
.github/workflow_data/release.py
vendored
4
.github/workflow_data/release.py
vendored
@@ -14,7 +14,9 @@ if __name__ == "__main__":
|
||||
}
|
||||
).json()
|
||||
version_tag = release["tag_name"]
|
||||
changelog = release["body"]
|
||||
|
||||
with open("ChangeLog.md", "r") as f:
|
||||
changelog = f.read()
|
||||
|
||||
notes_path = '.github/workflow_data/release.md'
|
||||
with open(notes_path, "r") as f:
|
||||
|
||||
Reference in New Issue
Block a user