Skip to content

Commit 698a81f

Browse files
authored
fix: try tr again
1 parent a280400 commit 698a81f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ version_toml = ["pyproject.toml:tool.poetry.version"]
5151
build_command = "pip install poetry && poetry build"
5252

5353
[semantic_release.branches.main]
54-
match = "main"
54+
match = "release"
5555
prerelease = false
5656

57-
[semantic_release.branches.release]
58-
match = "release"
57+
[tool.semantic_release.branches.other]
58+
match = ".*"
5959
prerelease_token = "rc"
6060
prerelease = true
6161

0 commit comments

Comments
 (0)