Skip to content

Commit 9294a19

Browse files
committed
chore: fix tag num with bumpver
1 parent fa3d6e8 commit 9294a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ version = { attr = "pytest_codspeed.__version__" }
6161

6262
[tool.bumpver]
6363
current_version = "3.1.0"
64-
version_pattern = "MAJOR.MINOR.PATCH[-TAG]"
64+
version_pattern = "MAJOR.MINOR.PATCH[-TAG[NUM]]"
6565
commit_message = "Release v{new_version} 🚀"
6666
tag_message = "Release v{new_version} 🚀"
6767
tag_scope = "default"

0 commit comments

Comments
 (0)