Releasing
Releases are triggered via GitHub Actions → Manual Release Build.
Process
- Go to Actions
- Select Manual Release Build workflow
- Click Run workflow
- Enter a semver version (e.g.
0.1.1) - The workflow builds, tags, and publishes a GitHub Release with platform-specific packages
Output
- macOS:
.dmg - Linux:
.deb,.AppImage,.rpm
Versioning
Follow semver. Pre-release versions should use -beta, -rc.1, etc.
Post-release
- Update
README.mdif installation instructions change - Update
docs/getting-started/installation.mdif needed