Skip to content

Commit

Permalink
Updated release-drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasband-dev committed Apr 23, 2024
1 parent e19d8ac commit 629939e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,10 @@ replacers:

autolabeler:

- label: python
title:
# Example: feat(python): ...
- '/^(build|chore|ci|depr|docs|feat|fix|perf|refactor|release|test)(\(.*python.*\))?\!?\: /'
- label: breaking
title:
# Example: feat!: ...
- '/^(build|chore|ci|depr|docs|feat|fix|perf|refactor|release|test)(\(.*\))?\!\: /'
- label: breaking python
title:
# Example: feat(python!): ...
- '/^(build|chore|ci|depr|docs|feat|fix|perf|refactor|release|test)\(.*python\!.*\)\: /'
- '/^(build|chore|ci|depr|docs|feat|fix|perf|refactor|release|test)(\(.*\))?\: /'
- label: build
title:
- '/^build/'
Expand Down

0 comments on commit 629939e

Please sign in to comment.