diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2017-08-05 16:25:40 +1000 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2017-08-05 16:26:14 +1000 |
commit | 8335cf17bcd31807abf8bbc4a4a73dd0dad47150 (patch) | |
tree | 17e3352d7963eaf48e51b44349b565457af287b0 | |
parent | 9987f0c184d6a29fb6073b99abe3473ffabf7c69 (diff) | |
download | BIP39-8335cf17bcd31807abf8bbc4a4a73dd0dad47150.tar.gz BIP39-8335cf17bcd31807abf8bbc4a4a73dd0dad47150.tar.zst BIP39-8335cf17bcd31807abf8bbc4a4a73dd0dad47150.zip |
Add testing and publishing to release process
-rw-r--r-- | release_process.md | 2 |
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 @@ | |||
1 | Once all code changes for this version have been committed, a release can be | 1 | Once all code changes for this version have been committed, a release can be |
2 | created with the following steps: | 2 | created with the following steps: |
3 | 3 | ||
4 | 1. Run tests and ensure all tests pass | ||
4 | 1. Set the version in index.html | 5 | 1. Set the version in index.html |
5 | 1. Update changelog | 6 | 1. Update changelog |
6 | 1. Run `python compile.py` | 7 | 1. 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 |
17 | 1. Add a new post to twitter from @bip39tool with the version, link and hash | 18 | 1. Add a new post to twitter from @bip39tool with the version, link and hash |
19 | 1. Publish to any hosted locations (eg iancoleman.github.io/bip39) | ||