This project uses Semantic Versioning.
- Ensure
mainis in a releasable state (CI passing) - Tag the release:
git tag v1.0.0 && git push origin v1.0.0 - GitHub Actions builds binaries and creates the release automatically
Download from the Releases page.
git clone https://github.com/kernel/hypeman
cd hypeman
make build
# Binary at ./bin/hypemanFor release candidates before major versions, use semver prerelease syntax:
v2.0.0-rc.1 → v2.0.0-rc.2 → v2.0.0
Prerelease tags are incremented, not replaced.