Skip to content

Commit

Permalink
Release 0.9.0 (locustio#867)
Browse files Browse the repository at this point in the history
* Release 0.9.0

* Release 0.9.0 review comments

* Release 0.9.0 - add changelog generator instructions

* More changelog highlights for 0.9
  • Loading branch information
aldenpeterson-wf authored and Sam Payeur committed Sep 12, 2018
1 parent e9e380e commit f435997
Show file tree
Hide file tree
Showing 4 changed files with 811 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Release Process

* Run github_changelog_generator to update `CHANGELOG.md`
- `github_changelog_generator -u Locustio -p Locust -t $CHANGELOG_GITHUB_TOKEN`
* Add highlights to changelog in docs: `locust/docs/changelog.rst`
* Update `locust/__init__.py` with new version number: `__version__ = "VERSION"`
* Tag master as "VERSION" in git
* Build VERSION package and upload to PyPI
Loading

0 comments on commit f435997

Please sign in to comment.