Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 501 Bytes

RELEASING.rst

File metadata and controls

11 lines (10 loc) · 501 Bytes

Releasing

  • Bump version in doitlive/__version__.py.
  • Update CHANGELOG.rst.
  • Commit: git add . && git commit -m "Bump version and update changelog"
  • Tag: git tag x.y.z
  • Push (this will trigger a release to PyPI): git push --tags origin dev
  • Run homebrew release script to send PR to homebrew-core: ./release_homebrew.sh https://files.pythonhosted.org/packages/8c/41/b08e2883c256d52f63f00f622cf8a33d3bf36bb5714af337e67476f8b3fe/doitlive-x.y.z.tar.gz