File size: 367 Bytes
dee9fba | 1 2 3 4 5 6 7 8 9 10 11 | Release Process
---------------
1. Compile entries in ``CHANGELOG.rst``. Each entry should:
* Be in the past tense (eg "Fix datetime on Windows")
* End with acknowledging the PR author(s): "Thanks @<github username>."
2. Run ``bumpversion <patch|minor|major>``.
3. Check the commit generated by ``bumpversion``, then ``git push``.
4. Run ``make release``.
|