Skip to content

Commit

Permalink
ci: 🎡 add create-pull-request branch to release group
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Jan 26, 2024
1 parent ea2c582 commit 12867df
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 @@ -109,7 +109,7 @@ version_variables = [
]

[tool.semantic_release.branches.release]
match = '(main|release/v?[\\d\\.\\-]+)'
match = '(main|create-pull-request/patch|release/v?[\\d\\.\\-]+)'
prerelease = false

[tool.semantic_release.commit_parser_options]
Expand Down

0 comments on commit 12867df

Please sign in to comment.