Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 414 Bytes

RELEASING.md

File metadata and controls

8 lines (7 loc) · 414 Bytes

Releasing

  • Bump the version with ./scripts/bump-version.py NEW_VERSION
  • In the changelog, if there were vendored schema updates, note their names (see past changelog entries for examples)
  • Add, commit with git commit -m 'Bump version for release', and push
  • Create a release tag, which will auto-publish to testpypi (make release)
  • Create a GitHub release, which will auto-publish to pypi (web UI)