Skip to content

Commit 6e5ef7d

Browse files
author
phernandez
committed
chore: fix version_toml for semantic_release
1 parent 7db428a commit 6e5ef7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@ addopts = "-ra -q"
143143

144144
[tool.semantic_release]
145145
version_variable = "basic_components/__init__.py:__version__"
146-
version_toml = [["pyproject.toml", "project.version"]]
146+
version_toml = [
147+
"pyproject.toml:project.version",
148+
]
147149
major_on_zero = false
148150
branch = "main"
149151
changelog_file = "CHANGELOG.md"

0 commit comments

Comments
 (0)