-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update release process documentation
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
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
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 |