Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 1.1 KB

release_process.md

File metadata and controls

22 lines (21 loc) · 1.1 KB

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
  2. Set the version in index.html
  3. Update changelog
  4. Run python compile.py
  5. Commit these changes with message Release vX.Y.Z
  6. Tag the commit git tag X.Y.Z
  7. Get the hash of the file sha256sum bip39-smart-standalone.html
  8. Create the text for the release notes (see prior releases)
  9. Sign the release notes gpg --clearsign /tmp/signature.txt
  10. Push the changes git push
  11. Push the new tag git push --tags
  12. Create a release on github from the tagged commit
    1. include the signed release notes as text for the release
    2. include the changelog for this release as text for the release
    3. attach signature.txt.asc
    4. attach the bip39-smart-standalone.html file
  13. Publish to any hosted locations (eg smarthd.dustinface.me)
  14. Download the file from the release and confirm it hashes to the expected value sha256sum bip39-smart-standalone.html
  15. Download the signature from the release and verify it. gpg --verify signature.txt.asc