Builds and releases are performed by goreleaser using a Github Action. The releases are not yet signed.
The action is configured to run when a tag is created. To create a release:
- Create a tag and push it:
git tag -a v0.1.0 -m "v0.1.0" git push origin v0.1.0
- Check progress.