Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 309 Bytes

RELEASING.md

File metadata and controls

9 lines (8 loc) · 309 Bytes

Releasing

  1. Bump version in pyproject.toml and update the changelog with today's date.
  2. Commit: git commit -m "Bump version and update changelog"
  3. Tag the commit: git tag x.y.z
  4. Push: git push --tags origin dev. CI will take care of the PyPI release.
  5. Add release notes on Tidelift.