Skip to content

Commit

Permalink
ci: add 0.x branch pattern
Browse files Browse the repository at this point in the history
Signed-off-by: Eden Ross Duff, MSc <[email protected]>
  • Loading branch information
rjdbcm authored Jul 1, 2024
1 parent b6cb028 commit 5d606c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,11 @@ match = "(main|master)"
prerelease_token = "beta"
prerelease = false

[tool.semantic_release.branches."0.x"]
match = "\\A0\\.\\d+\\Z"
prerelease_token = "alpha"
prerelease = false

[tool.semantic_release.commit_parser_options]

[tool.semantic_release.changelog]
Expand Down

0 comments on commit 5d606c8

Please sign in to comment.