-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #140 from monzo/release-docs
Adds basic doc for the release process
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Release Process | ||
|
||
_Note: this can only be done by collaborators with write access_ | ||
|
||
1. Bump the version in [setup.py](../setup.py), commit to `master` and push | ||
1. Go to https://github.com/monzo/response/releases, click "Draft a new release" | ||
1. Enter the new tag version. This should be in the format `release-<major>.<minor>.<patch>`, e.g. `release-0.1.5` | ||
1. Enter a bit of detail about what’s gone in since the last release, maybe include a list of the PRs | ||
1. 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 | ||
1. 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 |