Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 264 Bytes

RELEASE.md

File metadata and controls

19 lines (10 loc) · 264 Bytes

Making a release

Compile and test

Then run

goreleaser --clean --snapshot

To test the build

When happy, tag the release

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

Push to GitHub

git push --follow-tags origin

The github action should build the release