FEA-Bench / testbed /joke2k__faker /RELEASE_PROCESS.rst
hc99's picture
Add files using upload-large-folder tool
dee9fba verified
raw
history blame
367 Bytes
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``.