Skip to content

Commit

Permalink
Add RELEASING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Jan 17, 2024
1 parent 2438bc0 commit c1f51f8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 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 main`. CI will take care of the
PyPI release.

0 comments on commit c1f51f8

Please sign in to comment.