Files
bip39/release_process.md
2017-08-05 15:10:45 +10:00

778 B

Once all code changes for this version have been committed, a release can be created with the following steps:

  1. Set the version in index.html
  2. Update changelog
  3. Run python compile.py
  4. Commit these changes with message Release vX.Y.Z
  5. Tag the commit git tag X.Y.Z
  6. Push the changes git push
  7. Push the new tag git push --tags
  8. Get the hash of the file sha256sum bip39-standalone.html
  9. Create the text for the release notes (see prior releases)
  10. Sign the release notes gpg --clearsign /tmp/releasenotes.txt
  11. Create a release on github from the tagged commit
    1. include the signed release notes as text for the release
    2. attach the bip39-standalone.html file
  12. Add a new post to twitter from @bip39tool with the version, link and hash