Skip to content

Commit a114cf7

Browse files
committed
chore: fix branches
1 parent 07e361d commit a114cf7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,14 @@ build-backend = "hatchling.build"
6868

6969
[tool.semantic_release]
7070
branch = "main"
71-
branches = ["main", "temp-main-branch"]
71+
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+
prerelease = false
7279
version_toml = ["pyproject.toml:project.version"]
7380
build_command = """
7481
uv lock --upgrade-package "$PACKAGE_NAME"

0 commit comments

Comments
 (0)