Note: this can only be done by collaborators with write access
- Bump the version in setup.py, commit to
master
and push - Go to https://github.com/monzo/response/releases, click "Draft a new release"
- Enter the new tag version. This should be in the format
release-<major>.<minor>.<patch>
, e.g.release-0.1.5
- Enter a bit of detail about what’s gone in since the last release, maybe include a list of the PRs
- 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
- 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