diff --git a/.github/workflow_data/hotfix.py b/.github/workflow_data/hotfix.py index b35cf7a07..5d09d9f9c 100644 --- a/.github/workflow_data/hotfix.py +++ b/.github/workflow_data/hotfix.py @@ -82,6 +82,6 @@ if __name__ == "__main__": print(f"{req.url = }\n{req.status_code = }\n{req.content = }") sys.exit(1) - changelog = body.split("## 🚀 Changelog", 1)[1].rsplit("## ❤️ Support", 1)[0] + changelog = body.split("## 🚀 Changelog", 1)[1] with open(os.environ["ARTIFACT_TGZ"].removesuffix(".tgz") + ".md", "w") as f: f.write(changelog.strip() + "\n\n") diff --git a/.github/workflow_data/release.md b/.github/workflow_data/release.md index f54095323..7128cb454 100644 --- a/.github/workflow_data/release.md +++ b/.github/workflow_data/release.md @@ -1,3 +1,12 @@ +## ⬇️ Download +>### [🖥️ Web Updater (chrome)](https://flipper-xtre.me/update) [recommended] + +>### [🐬 qFlipper Package (.tgz)](https://github.com/ClaraCrazy/Flipper-Xtreme/releases/download/{VERSION_TAG}/{ARTIFACT_TGZ}) + +>### [📦 Zipped Archive (.zip)](https://github.com/ClaraCrazy/Flipper-Xtreme/releases/download/{VERSION_TAG}/{ARTIFACT_ZIP}) + +**Check the [install guide](https://github.com/ClaraCrazy/Flipper-Xtreme#install) if you're not sure, or [join our Discord](https://discord.gg/flipper-xtreme) if you have questions or encounter issues!** + ## ❤️ Support If you like what you're seeing, **please consider donating to us**. We won't ever put this behind a paywall, but we'd still appreciate a few bucks! @@ -9,15 +18,6 @@ If you like what you're seeing, **please consider donating to us**. We won't eve **Thanks for all your support <3** -## ⬇️ Download ->### [🖥️ Web Updater (chrome)](https://flipper-xtre.me/update) [recommended] - ->### [🐬 qFlipper Package (.tgz)](https://github.com/ClaraCrazy/Flipper-Xtreme/releases/download/{VERSION_TAG}/{ARTIFACT_TGZ}) - ->### [📦 Zipped Archive (.zip)](https://github.com/ClaraCrazy/Flipper-Xtreme/releases/download/{VERSION_TAG}/{ARTIFACT_ZIP}) - -**Check the [install guide](https://github.com/ClaraCrazy/Flipper-Xtreme#install) if you're not sure, or [join our Discord](https://discord.gg/flipper-xtreme) if you have questions or encounter issues!** - ## 🚀 Changelog {CHANGELOG}