Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 847 Bytes

release.md

File metadata and controls

10 lines (8 loc) · 847 Bytes

Release Process

Note: this can only be done by collaborators with write access

  1. Bump the version in setup.py, commit to master and push
  2. Go to https://github.com/monzo/response/releases, click "Draft a new release"
  3. Enter the new tag version. This should be in the format release-<major>.<minor>.<patch>, e.g. release-0.1.5
  4. Enter a bit of detail about what’s gone in since the last release, maybe include a list of the PRs
  5. Travis CI should automatically pick up the tag and start a new build/test/deploy run. Keep an eye on https://travis-ci.org/monzo/response for this
  6. This will push to PyPI, and generally takes around 5-10 minutes. If you want to check it’s uploaded successfully, go to https://pypi.org/project/django-incident-response/, which will always display the latest semver pushed to PyPI