Skip to content

Commit

Permalink
Update RELEASING.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Feb 2, 2024
1 parent 09ea930 commit 492efe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Releasing
* Update ``CHANGELOG.rst`` with today's date.
* 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``
* Push (this will trigger a release to PyPI): ``git push --tags origin main``
* 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``

0 comments on commit 492efe4

Please sign in to comment.