Skip to content

Commit 3d650ea

Browse files
Merge pull request #16 from humbertogontijo/semantic_release_version_source
fix: change semantic_release from tag_only to tag
2 parents 29c9a93 + cad8973 commit 3d650ea

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
@@ -30,6 +30,6 @@ pytest = "*"
3030

3131
[tool.semantic_release]
3232
branch = "main"
33-
version_source = "tag_only"
33+
version_source = "tag"
3434
version_toml = "pyproject.toml:tool.poetry.version"
3535
build_command = "pip install poetry && poetry build"

0 commit comments

Comments
 (0)