X Tutup
Skip to content

Commit 3489464

Browse files
committed
fix: correct tag format in semantic-release config
1 parent 4e64415 commit 3489464

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
@@ -47,7 +47,7 @@ universalpython = "universalpython.universalpython:main"
4747
[tool.semantic_release]
4848
version_toml = ["pyproject.toml:project.version"]
4949
upload_to_pypi = false
50-
tag_format = "{version}"
50+
tag_format = "v{version}"
5151
build_command = "bash ./utils/build_package.sh"
5252
commit_parser = "conventional"
5353
major_on_zero = true

0 commit comments

Comments
 (0)
X Tutup