Skip to content

Commit

Permalink
🔧 add 1.9 branch pattern
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed May 21, 2024
1 parent 967c5d2 commit ff90526
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 @@ -313,6 +313,11 @@ match = "release/1.8"
prerelease_token = "alpha"
prerelease = false

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

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

0 comments on commit ff90526

Please sign in to comment.