diff options
author | Ian Coleman <ian@iancoleman.io> | 2019-07-04 12:41:38 +1000 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2019-07-04 12:41:38 +1000 |
commit | 6aa2c1d26d5d6b9e7156ff2be029efb26c861251 (patch) | |
tree | aa7c180df68c3b96c201080acdf836f0a8af1783 | |
parent | 9e836ac8e6a78fe1816f9ecdf6adfbbd84b4d847 (diff) | |
download | BIP39-6aa2c1d26d5d6b9e7156ff2be029efb26c861251.tar.gz BIP39-6aa2c1d26d5d6b9e7156ff2be029efb26c861251.tar.zst BIP39-6aa2c1d26d5d6b9e7156ff2be029efb26c861251.zip |
Reorder release process steps
Should verify before publishing and promoting.
-rw-r--r-- | release_process.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release_process.md b/release_process.md index 7e8484f..316c632 100644 --- a/release_process.md +++ b/release_process.md | |||
@@ -17,7 +17,7 @@ created with the following steps: | |||
17 | 1. include the changelog for this release as text for the release | 17 | 1. include the changelog for this release as text for the release |
18 | 1. attach signature.txt.asc | 18 | 1. attach signature.txt.asc |
19 | 1. attach the bip39-standalone.html file | 19 | 1. attach the bip39-standalone.html file |
20 | 1. Add a new post to twitter from @bip39tool with the version, link and hash | ||
21 | 1. Publish to any hosted locations (eg iancoleman.github.io/bip39) | ||
22 | 1. Download the file from the release and confirm it hashes to the expected value `sha256sum bip39-standalone.html` | 20 | 1. Download the file from the release and confirm it hashes to the expected value `sha256sum bip39-standalone.html` |
23 | 1. Download the signature from the release and verify it. `gpg --verify signature.txt.asc` | 21 | 1. Download the signature from the release and verify it. `gpg --verify signature.txt.asc` |
22 | 1. Publish to any hosted locations (eg iancoleman.github.io/bip39) | ||
23 | 1. Add a new post to twitter from @bip39tool with the version, link and hash | ||