aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Coleman <coleman.ian@gmail.com>2017-08-05 16:25:40 +1000
committerIan Coleman <coleman.ian@gmail.com>2017-08-05 16:26:14 +1000
commit8335cf17bcd31807abf8bbc4a4a73dd0dad47150 (patch)
tree17e3352d7963eaf48e51b44349b565457af287b0
parent9987f0c184d6a29fb6073b99abe3473ffabf7c69 (diff)
downloadBIP39-8335cf17bcd31807abf8bbc4a4a73dd0dad47150.tar.gz
BIP39-8335cf17bcd31807abf8bbc4a4a73dd0dad47150.tar.zst
BIP39-8335cf17bcd31807abf8bbc4a4a73dd0dad47150.zip
Add testing and publishing to release process
-rw-r--r--release_process.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_process.md b/release_process.md
index 4727b9d..261ffbe 100644
--- a/release_process.md
+++ b/release_process.md
@@ -1,6 +1,7 @@
1Once all code changes for this version have been committed, a release can be 1Once all code changes for this version have been committed, a release can be
2created with the following steps: 2created with the following steps:
3 3
41. Run tests and ensure all tests pass
41. Set the version in index.html 51. Set the version in index.html
51. Update changelog 61. Update changelog
61. Run `python compile.py` 71. Run `python compile.py`
@@ -15,3 +16,4 @@ created with the following steps:
15 1. include the signed release notes as text for the release 16 1. include the signed release notes as text for the release
16 1. attach the bip39-standalone.html file 17 1. attach the bip39-standalone.html file
171. Add a new post to twitter from @bip39tool with the version, link and hash 181. Add a new post to twitter from @bip39tool with the version, link and hash
191. Publish to any hosted locations (eg iancoleman.github.io/bip39)