Skip to content

Commit

Permalink
Say clearly major.minor.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
tvhong committed Apr 27, 2024
1 parent b3ffaaf commit 0264d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ poetry cache clear pypi --all
pre-commit run --all-files --hook-stage=manual

# Bump the version number
# - bump2version will update the version number, create a commit, and tag it with vx.y.z
# - bump2version will update the version number, create a commit, and tag it with `vMAJOR.MINOR.PATCH`
bump2version patch # or minor or major

# Publish to PyPI:
Expand Down

0 comments on commit 0264d08

Please sign in to comment.