Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 424 Bytes

DEVELOPMENT.md

File metadata and controls

10 lines (7 loc) · 424 Bytes

Releasing

Create a semver tag with a "v" prefix and push, such as:

git tag -s v1.0.0 -m v1.0.0
git push origin v1.0.0

A GitHub Action will take of running goreleaser, which will create a release and push an image.