Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.17 KB

release_procedure.md

File metadata and controls

32 lines (25 loc) · 1.17 KB

@ouziel-slama:

  • Quality Assurance
  • Update CHANGELOG.md
  • Update APP_VERSION in counterpartycli/__init__.py
  • Update counterpartylib version in setup.py (if necessary)
  • Merge develop into Master
  • Build binaries:
    • In a new VM install Windows dependencies (http://counterparty.io/docs/windows/)
    • git clone https://github.com/CounterpartyXCP/counterparty-cli.git
    • cd counterparty-cli
    • python setup.py install
    • python setup.py py2exe
  • Send @adamkrellenstein the MD5 of the generated ZIP file

@adamkrellenstein:

  • Tag and Sign Release (include MD5 hash in message)
  • Write Release Notes
  • Upload (signed) package to PyPi
    • sudo python3 setup.py sdist build
    • twine upload -s dist/$NEW_FILES

@ouziel-slama:

@ivanazuber::