Skip to content

Latest commit

 

History

History
executable file
·
19 lines (13 loc) · 234 Bytes

README.md

File metadata and controls

executable file
·
19 lines (13 loc) · 234 Bytes

blizzardbound.com

Website for my wife's project.

Go Releaser

Snapshot:

goreleaser --snapshot --rm-dist

Release:

git tag -a v0.3.0 -m "New Release"
git push origin v0.3.0
goreleaser release --rm-dist