We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69b6cd0 + 00f7296 commit ec578edCopy full SHA for ec578ed
setup.cfg
@@ -1,11 +1,13 @@
1
[semantic_release]
2
version_source = tag
3
upload_to_pypi = true
4
-branch = release-main
5
-# branches = master,release-main
6
commit = false
7
push = false
8
+[semantic_release.release_groups.default]
+# Configure which branches should trigger releases
9
+branches = ["release-main"]
10
+
11
[semantic_release.plugins]
12
version = "semantic_release.version.python_version.Version"
13
build = "semantic_release.build.PythonBuildCommand"
0 commit comments