mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
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
This commit is contained in:
parent
074df13bf5
commit
8ee4344a79
2 changed files with 18 additions and 46 deletions
45
.github/workflows/build.yml
vendored
45
.github/workflows/build.yml
vendored
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue