mirror of
https://github.com/cirocosta/monero-exporter.git
synced 2024-12-21 05:54:26 -05:00
add releasing doc
Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
This commit is contained in:
parent
652cf40227
commit
ac651c527e
33
RELEASING.md
Normal file
33
RELEASING.md
Normal file
@ -0,0 +1,33 @@
|
||||
# releasing
|
||||
|
||||
1. build the container images
|
||||
|
||||
```
|
||||
make images
|
||||
```
|
||||
|
||||
2. create a final commit with the images checked out
|
||||
|
||||
```
|
||||
git add --all .
|
||||
git commit # bla bla
|
||||
```
|
||||
|
||||
3. create a new signed tag
|
||||
|
||||
```
|
||||
git tag -s $version
|
||||
```
|
||||
|
||||
4. build the release binaries
|
||||
|
||||
```
|
||||
goreleaser release --rm-dist
|
||||
```
|
||||
|
||||
5. sign the checksums
|
||||
|
||||
```
|
||||
export GPG_TTY=$(tty)
|
||||
gpg --clearsign ./dist/checksums.txt
|
||||
```
|
Loading…
Reference in New Issue
Block a user