X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=release_process.md;h=261ffbe35fd8b427c5646a5e9c8576bfda3cfd8c;hb=bc33f5ee5355a09c82a4b23df1cc1c2be6b20e32;hp=4727b9d4719157c0ee3a9bbe8a83b8a7d202d5cf;hpb=d2fea262c3ef16b2230c4f3db6ff13899bf10dc3;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git 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 @@ Once all code changes for this version have been committed, a release can be created with the following steps: +1. Run tests and ensure all tests pass 1. Set the version in index.html 1. Update changelog 1. Run `python compile.py` @@ -15,3 +16,4 @@ created with the following steps: 1. include the signed release notes as text for the release 1. attach the bip39-standalone.html file 1. Add a new post to twitter from @bip39tool with the version, link and hash +1. Publish to any hosted locations (eg iancoleman.github.io/bip39)