Skip to content

Commit 74cb7f5

Browse files
committed
Fix: release drafter tag rule.
1 parent 3d2677f commit 74cb7f5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/release-drafter.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@ template: |
3939
autolabeler:
4040
- label: enhancement
4141
branch:
42-
- "/^feat(ure)?[/-].+/"
42+
- "/^feat(ure)?[/-_].+/"
4343
- label: bug
4444
branch:
45-
- "/^fix[/-].+/"
45+
- "/^fix[/-_].+/"
4646
- label: emergency
4747
branch:
48-
- "/^hotfix[/-].+/"
48+
- "/^hotfix[/-_].+/"
4949
- label: test
5050
branch:
51-
- "/^test[/-].+/"
51+
- "/^test[/-_].+/"
5252
- label: refactor
5353
branch:
54-
- "/^refactor[/-].+/"
54+
- "/^refactor[/-_].+/"
5555
- label: documentation
5656
branch:
57-
- "/^doc[/-].+/"
57+
- "/^doc[/-_].+/"

0 commit comments

Comments
 (0)