Skip to content

Commit

Permalink
📝 Update pyproject.toml add branch release pattern.
Browse files Browse the repository at this point in the history
Signed-off-by: Eden Rose, MSc <[email protected]>
  • Loading branch information
rjdbcm authored May 10, 2024
1 parent 0851ff6 commit e27296a
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 @@ -316,6 +316,11 @@ match = "release/1.5"
prerelease_token = "alpha"
prerelease = false

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

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

0 comments on commit e27296a

Please sign in to comment.