Skip to content

Commit

Permalink
add bullet points for publishing new release
Browse files Browse the repository at this point in the history
  • Loading branch information
m-vdb committed Jun 14, 2024
1 parent d22fe7c commit 81d1570
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,10 @@ $ poetry run pytest --cov=pep440_version_utils
5. ➡️ Submit a new pull request

Do not hesitate to contribue, even for very small changes!

## How to release new versions

1. Update CHANGELOG
2. Update project version in `pyproject.toml`
3. `poetry build`
4. `poetry publish`

0 comments on commit 81d1570

Please sign in to comment.