Skip to content

Commit 25b5e6a

Browse files
authored
Merge pull request #13 from yassun7010/fix_release_drafter_tag_rule
Fix: release drafter tag rule.
2 parents 8f9313a + 74cb7f5 commit 25b5e6a

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)