Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 263 Bytes

RELEASING.md

File metadata and controls

17 lines (12 loc) · 263 Bytes

Releasing

  • Update version number and changelog with
hatch version $NEW
$EDITOR CHANGELOG.md
  • Add, commit, and push, git commit -m 'Bump version and changelog for release'

  • Build and publish with

make build
make publish-from-pypirc