-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
Things to do when releasing a new version | ||
========================================= | ||
|
||
This file is a memo for the maintainer. | ||
|
||
|
||
1. Release | ||
---------- | ||
|
||
* Update version number in ``setup.py`` | ||
* Update version number in ``rivalcfg/version.py`` | ||
* Edit / update changelog in ``README.rst`` | ||
* Commit / tag (``git commit -m vX.Y.Z && git tag vX.Y.Z && git push && git push --tags``) | ||
|
||
|
||
2. Publish PyPI package | ||
----------------------- | ||
|
||
Publish source dist and wheels on PyPI. | ||
|
||
→ Automated :) | ||
|
||
|
||
3. Publish Github Release | ||
~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
* Make a release on Github | ||
* Add changelog |