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 07e361d commit a114cf7Copy full SHA for a114cf7
pyproject.toml
@@ -68,7 +68,14 @@ build-backend = "hatchling.build"
68
69
[tool.semantic_release]
70
branch = "main"
71
-branches = ["main", "temp-main-branch"]
+
72
+[tool.semantic_release.branches.main]
73
+match = "main"
74
+prerelease = false
75
76
+[tool.semantic_release.branches.temp-main-branch]
77
+match = "temp-main-branch"
78
79
version_toml = ["pyproject.toml:project.version"]
80
build_command = """
81
uv lock --upgrade-package "$PACKAGE_NAME"
0 commit comments