Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 249 Bytes

RELEASE.md

File metadata and controls

17 lines (9 loc) · 249 Bytes

Making a release

Compile and test

Then run

goreleaser --rm-dist --snapshot

To test the build

When happy, tag the release

git tag -a v1.0.XX -m "Release v1.0.XX"

Then do a release build (set GITHUB token first)

goreleaser --rm-dist