Skip to content

Commit

Permalink
Update release process documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
heyman committed Apr 29, 2020
1 parent 7331cc5 commit aef6184
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## Release Process

* Install github_changelog_generator (https://github.com/github-changelog-generator/github-changelog-generator/) if not installed
* Run github_changelog_generator to update `CHANGELOG.md`
- `github_changelog_generator -t $CHANGELOG_GITHUB_TOKEN locustio/locust`
* Add highlights to changelog in docs: `locust/docs/changelog.rst`
- `make changelog`
* Update `locust/__init__.py` with new version number: `__version__ = "VERSION"`
* Tag master as "VERSION" in git
* Build VERSION package and upload to PyPI
* Make git tag
* Push git tag
* Update Automated Builds configuration in Docker Hub so that the newly created
git tag is built as the "latest" docker tag

0 comments on commit aef6184

Please sign in to comment.