Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (9 loc) · 483 Bytes

RELEASE_CHECKLIST.md

File metadata and controls

10 lines (9 loc) · 483 Bytes

Release Checklist

  1. Ensure we're on the master branch.
  2. Ensure that the wheel package is installed in the venv.
  3. Build locallypython setup.py sdist bdist_wheel.
  4. Run tox to ensure that the package builds and can be used with the Python 3.x env.
  5. Update the CHANGELOG.rst.
  6. Run bumpversion [part] where part is either major, minor or patch.
  7. Push tags: git push origin master --tags.
  8. Wait for Travis CI to publish package.