- Go to the Actions tab on GitHub
- Click on "Build and Release" workflow
- Click "Run workflow"
- Enter the version number (e.g., 0.2.0)
- Click "Run workflow"
The workflow will:
- Build binaries for all platforms
- Create a GitHub release with the binaries
- Generate release notes automatically
Add [release] to your commit message when pushing to main:
git commit -m "Fix: Storage node connection [release]"
git push origin mainThe binary supports the -version flag:
./proofofaccess -versionThis will output:
- Version number
- Build time
- Git commit ID