Skip to content

Commit

Permalink
fix(version): Bumpver commit message is now acceptable.
Browse files Browse the repository at this point in the history
  • Loading branch information
acederberg committed Jul 16, 2024
1 parent a50f0e2 commit 6843235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ pytest-mypy = "^0.10.3"
[tool.bumpver]
current_version = "2.3.1"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit_message = "chore(version): Bump version {old_version} -> {new_version}"
commit = true
tag = true
push = false
Expand Down

0 comments on commit 6843235

Please sign in to comment.