Skip to content

Commit

Permalink
change release-drafter (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeaMariaLeon authored Aug 22, 2024
1 parent d5f9d1c commit c68e95e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,28 @@ autolabeler:
- '/^([B|b]uild|[C|c]hore|[CI|ci]|[D|d]epr|[D|d]oc|DOC|[F|f]eat|[F|f]ix|[P|p]erf|[R|r]efactor|[R|r]elease|[T|t]est)\! /'
- label: build
title:
- '/^[B|b]uild/'
- '/^([B|b]uild)/'
- label: internal
title:
- '/^[C|c]hore|[CI|ci]|[R|r]efactor|[T|t]est|[T|t]emplate|[B|b]ench/'
- '/^(chore|ci|refactor|test|template|bench|Chore|CI|Refactor|Test|Template|Bench)'
- label: deprecation
title:
- '/^[D|d]epr/'
- '/^([D|d]epr)/'
- label: documentation
title:
- '/^[D|d]oc|DOC/'
- '/^([D|d]oc|DOC)/'
- label: enhancement
title:
- '/^.*feat|.*enh|Feat|ENH|Enh/'
- '/^(feat|enh|Feat|ENH|Enh)/'
- label: fix
title:
- '/^[F|f]ix/'
- '/^([F|f]ix)/'
- label: performance
title:
- '/^[P|p]erf/'
- '/^([P|p]erf)/'
- label: release
title:
- '/^[R|r]elease/'
- '/^([R|r]elease)/'

version-resolver:
major:
Expand Down

0 comments on commit c68e95e

Please sign in to comment.