From 8ee4344a7961a985f58ae8da650aa0de44d767e1 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Sat, 12 Jul 2025 18:11:59 +0200 Subject: [PATCH] fix(release): update GitHub release notes configuration Remove non-existent release_notes parameter from GitHub Actions workflow and update build/release-notes.md with proper installation instructions --- .github/workflows/build.yml | 45 ------------------------------------- build/release-notes.md | 19 +++++++++++++++- 2 files changed, 18 insertions(+), 46 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 070cf6c93..9b1a3379f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,21 +74,6 @@ jobs: build_script_name: empty github_token: ${{ secrets.github_token }} release: ${{ startsWith(github.ref, 'refs/tags/v') }} - release_notes: | - ## What's Changed - - This release includes various improvements, bug fixes, and new features. - - ### Installation - - **Windows**: Download the `.exe` installer - - **macOS**: Download the `.dmg` file - - **Linux**: Download the `.AppImage` file or install via Snap Store - - **Android**: Download the `.apk` file or get it from Google Play Store - - For detailed changelog, see the commit history since the last release. - - ### Support - If you encounter any issues, please report them on our [GitHub Issues](https://github.com/johannesjo/super-productivity/issues) page. # rename to possibly fix release issue - run: find ./.tmp/app-builds -type f -name '*.snap' -exec sh -c 'x="{}"; mv "$x" ".tmp/app-builds/sp.snap"' \; @@ -184,21 +169,6 @@ jobs: mac_certs: ${{ secrets.mac_certs }} mac_certs_password: ${{ secrets.mac_certs_password }} release: ${{ startsWith(github.ref, 'refs/tags/v') }} - release_notes: | - ## What's Changed - - This release includes various improvements, bug fixes, and new features. - - ### Installation - - **Windows**: Download the `.exe` installer - - **macOS**: Download the `.dmg` file - - **Linux**: Download the `.AppImage` file or install via Snap Store - - **Android**: Download the `.apk` file or get it from Google Play Store - - For detailed changelog, see the commit history since the last release. - - ### Support - If you encounter any issues, please report them on our [GitHub Issues](https://github.com/johannesjo/super-productivity/issues) page. # macOS notarization API key env: API_KEY_ID: ${{ secrets.mac_api_key_id }} @@ -265,18 +235,3 @@ jobs: build_script_name: empty github_token: ${{ secrets.github_token }} release: ${{ startsWith(github.ref, 'refs/tags/v') }} - release_notes: | - ## What's Changed - - This release includes various improvements, bug fixes, and new features. - - ### Installation - - **Windows**: Download the `.exe` installer - - **macOS**: Download the `.dmg` file - - **Linux**: Download the `.AppImage` file or install via Snap Store - - **Android**: Download the `.apk` file or get it from Google Play Store - - For detailed changelog, see the commit history since the last release. - - ### Support - If you encounter any issues, please report them on our [GitHub Issues](https://github.com/johannesjo/super-productivity/issues) page. diff --git a/build/release-notes.md b/build/release-notes.md index 9c506559d..84ea2ef0d 100644 --- a/build/release-notes.md +++ b/build/release-notes.md @@ -1 +1,18 @@ -[Window version is best downloaded from Microsoft Store](https://www.microsoft.com/de-de/p/super-productivity/9nhfvg8361tw?cid=storebadge&ocid=badge&rtc=1&activetab=pivot:overviewtab) +**Linux**: +`sudo snap install superproductivity` +(or download from below) + +**Windows**: +[Download from Microsoft Store](https://www.microsoft.com/de-de/p/super-productivity/9nhfvg8361tw?cid=storebadge&ocid=badge&rtc=1&activetab=pivot:overviewtab) +(or download one of the exe files below) + +**Mac OS**: +[Download from Mac App Store](https://apps.apple.com/de/app/super-productivity/id1482572463) +(or download the dmg file below) + +**Android**: +[Download from Play Store](https://play.google.com/store/apps/details?id=com.superproductivity.superproductivity) +[Download from FDroid](https://f-droid.org/en/packages/com.superproductivity.superproductivity/) + +**List of all Changes**: +[--Changelog--](https://github.com/johannesjo/super-productivity/blob/master/CHANGELOG.md)