Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 428 Bytes

release.md

File metadata and controls

15 lines (11 loc) · 428 Bytes

Release

Builds and releases are performed by goreleaser using a Github Action. The releases are not yet signed.

How-to

The action is configured to run when a tag is created. To create a release:

  1. Create a tag and push it:
    git tag -a v0.1.0 -m "v0.1.0"
    git push origin v0.1.0
    
  2. Check progress.