Skip to content

Commit

Permalink
chore: fix tag num with bumpver
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Jan 7, 2025
1 parent fa3d6e8 commit 9294a19
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 @@ -61,7 +61,7 @@ version = { attr = "pytest_codspeed.__version__" }

[tool.bumpver]
current_version = "3.1.0"
version_pattern = "MAJOR.MINOR.PATCH[-TAG]"
version_pattern = "MAJOR.MINOR.PATCH[-TAG[NUM]]"
commit_message = "Release v{new_version} 🚀"
tag_message = "Release v{new_version} 🚀"
tag_scope = "default"
Expand Down

0 comments on commit 9294a19

Please # to comment.