From 49a84c89146d99a905c802f2d7fb1b2e7badadc5 Mon Sep 17 00:00:00 2001 From: AntsyLich <59261191+AntsyLich@users.noreply.github.com> Date: Wed, 6 Aug 2025 07:43:08 +0600 Subject: [PATCH] Fix CHANGELOG.md v0.19.0 hyperlink and update release body template --- .github/workflows/build_push.yml | 7 +++++++ CHANGELOG.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index b9babbe7a..af3e4f186 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -87,7 +87,14 @@ jobs: tag_name: ${{ env.VERSION_TAG }} name: Mihon ${{ env.VERSION_TAG }} body: | + Check out the [past release notes](https://github.com/mihonapp/mihon/releases) if you’re upgrading from an earlier version. Consider [donating via Open Collective](https://opencollective.com/mihon/contribute) to help keep Mihon improving! + + --- + + + + > [!TIP] > > ### If you are unsure which version to download then go with `mihon-${{ env.VERSION_TAG }}.apk` diff --git a/CHANGELOG.md b/CHANGELOG.md index aaa1eb7a9..e22d8b764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -385,7 +385,7 @@ The format is a modified version of [Keep a Changelog](https://keepachangelog.co - Minimum supported Android version to 8 ([@AntsyLich](https://github.com/AntsyLich)) ([`dfb3091`](https://github.com/mihonapp/mihon/commit/dfb3091e380dda3e9bfb64bf5c9a685cf3a03d0e)) [unreleased]: https://github.com/mihonapp/mihon/compare/v0.19.0...main -[v0.18.0]: https://github.com/mihonapp/mihon/compare/v0.18.0...v0.19.0 +[v0.19.0]: https://github.com/mihonapp/mihon/compare/v0.18.0...v0.19.0 [v0.18.0]: https://github.com/mihonapp/mihon/compare/v0.17.1...v0.18.0 [v0.17.1]: https://github.com/mihonapp/mihon/compare/v0.17.0...v0.17.1 [v0.17.0]: https://github.com/mihonapp/mihon/compare/v0.16.5...v0.17.0