Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 381 Bytes

RELEASING.md

File metadata and controls

33 lines (23 loc) · 381 Bytes

releasing

  1. build the container images
make images
  1. create a final commit with the images checked out
git add --all .
git commit # bla bla
  1. create a new signed tag
git tag -s $version
  1. build the release binaries
goreleaser release --rm-dist
  1. sign the checksums
export GPG_TTY=$(tty)
gpg --clearsign ./dist/checksums.txt