mirror of
https://github.com/cirocosta/monero-exporter.git
synced 2024-10-01 08:25:41 -04:00
ac651c527e
Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
381 B
381 B
releasing
- build the container images
make images
- create a final commit with the images checked out
git add --all .
git commit # bla bla
- create a new signed tag
git tag -s $version
- build the release binaries
goreleaser release --rm-dist
- sign the checksums
export GPG_TTY=$(tty)
gpg --clearsign ./dist/checksums.txt