We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9782288 commit f7a0306Copy full SHA for f7a0306
pyproject.toml
@@ -93,8 +93,7 @@ tag_format = "v{version}"
93
version_toml = ["pyproject.toml:project.version"]
94
95
[tool.semantic_release.branches.main]
96
-# TODO: remove 'semantic-release' after the initial release with this.
97
-match = "(main|master|semantic-release)"
+match = "(main|master)"
98
prerelease_token = "rc"
99
prerelease = false
100
0 commit comments