From a14e57fdb30515634d8a633ff8732fe69eb8674c Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mauro-balades@users.noreply.github.com> Date: Thu, 9 Jan 2025 22:02:05 -0800 Subject: [PATCH] Update twilight-to-stable.py --- scripts/twilight-to-stable.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/twilight-to-stable.py b/scripts/twilight-to-stable.py index 9114e0f..57fcd22 100644 --- a/scripts/twilight-to-stable.py +++ b/scripts/twilight-to-stable.py @@ -21,7 +21,7 @@ def main(): twilight["workflowId"] = workflow_id twilight["image"] = False - twilight["version"] = twilight["version"].replace("-t", "-b") + twilight["version"] = twilight["version"].replace("t", "b") twilight["date"] = datetime.datetime.now().strftime("%d/%m/%Y") stable.append(twilight) @@ -40,4 +40,4 @@ def main(): print("Twilight release notes merged into stable release notes.") if __name__ == "__main__": - main() \ No newline at end of file + main()