Skip to content

Commit 774c3cc

Browse files
authored
fix: lowercase true
1 parent eaf6e90 commit 774c3cc

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
@@ -40,6 +40,6 @@ pytest = "*"
4040
[tool.semantic_release]
4141
branch = "main"
4242
version_source = "tag"
43-
commit_version_number = True
43+
commit_version_number = true
4444
version_toml = "pyproject.toml:tool.poetry.version"
4545
build_command = "pip install poetry && poetry build"

0 commit comments

Comments
 (0)