Skip to content

Commit

Permalink
build: allow additional major-version RC branch patterns
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Dec 25, 2023
1 parent 720046e commit f8af156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ prerelease = true
prerelease_token = "alpha"

[tool.semantic_release.branches."major-dev"]
match = "\\d+\\.0\\.0-(dev|rc)"
match = "(\\d+\\.0\\.0-(dev|rc)|dev/\\d+\\.0\\.0)"
prerelease = true
prerelease_token = "rc"

0 comments on commit f8af156

Please sign in to comment.