- 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>."
- Compile entries in
- Run
bumpversion <patch|minor|major>
. - Check the commit generated by
bumpversion
, thengit push
. - Run
make release
.