Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 367 Bytes

RELEASE_PROCESS.rst

File metadata and controls

10 lines (8 loc) · 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.