Skip to content

Commit e649c7f

Browse files
committed
fix: semantic release versioning tag
1 parent fcc58ee commit e649c7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-roborock"
3-
version = "2.8.0"
3+
version = "2.8.1"
44
description = "A package to control Roborock vacuums."
55
authors = ["humbertogontijo <[email protected]>"]
66
license = "GPL-3.0-only"
@@ -48,7 +48,7 @@ pyshark = "^0.6"
4848

4949
[tool.semantic_release]
5050
branch = "main"
51-
version_toml = ["pyproject.toml", "tool.poetry.version"]
51+
version_toml = ["pyproject.toml:tool.poetry.version"]
5252
build_command = "pip install poetry && poetry build"
5353
[tool.semantic_release.commit_parser_options]
5454
allowed_tags = [

0 commit comments

Comments
 (0)