Skip to content

Commit

Permalink
Add release memo
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Dec 1, 2021
1 parent 74182af commit fc3c394
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions RELEASE.rst
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

0 comments on commit fc3c394

Please sign in to comment.