mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Prepare for release Pt. 1
This commit is contained in:
5
.github/workflow_data/hotfix.py
vendored
5
.github/workflow_data/hotfix.py
vendored
@@ -58,11 +58,6 @@ if __name__ == "__main__":
|
||||
hotfix = f"- `{hotfix_time}`: {hotfix_desc}\n"
|
||||
|
||||
body = release["body"]
|
||||
body = re.sub(
|
||||
r"(https://lab\.flipper\.net/\?url=).*?(&channel=XFW-Updater&version=)[A-Za-z0-9_-]+",
|
||||
r"\1" + os.environ['ARTIFACT_WEB'] + r"\2" + os.environ['VERSION_TAG'],
|
||||
body
|
||||
)
|
||||
body = re.sub(
|
||||
r"(https://github\.com/ClaraCrazy/Flipper-Xtreme/releases/download/[A-Za-z0-9_-]+?/)[A-Za-z0-9_-]+",
|
||||
r"\1" + os.environ['VERSION_TAG'],
|
||||
|
||||
Reference in New Issue
Block a user