Skip to content

Commit

Permalink
add 1.2 release branch pattern
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Apr 28, 2024
1 parent cfd1234 commit 7c78a1e
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 @@ -296,6 +296,11 @@ match = "release/1.1"
prerelease_token = "alpha"
prerelease = false

[tool.semantic_release.branches."release/1.2"]
match = "release/1.2"
prerelease_token = "alpha"
prerelease = false

[tool.semantic_release.commit_parser_options]
major_tags = [":boom:"]
minor_tags = [
Expand Down

0 comments on commit 7c78a1e

Please sign in to comment.