diff options
-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) | ||