Skip to content

Commit 1b72092

Browse files
chore: use regex for start of commit messages (#163)
1 parent a0fa3a4 commit 1b72092

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/release-drafter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ categories:
1212
autolabeler:
1313
- label: "chore"
1414
title:
15-
- '/chore(?!\((deps|release)\))/i'
15+
- '/^chore(?!\((deps|release)\))/i'
1616
- label: "bug"
1717
title:
18-
- '/fix(?!\(deps\))/i'
18+
- '/^fix(?!\(deps\))/i'
1919
- label: "enhancement"
2020
title:
21-
- "/feat/i"
21+
- "/^feat/i"
2222
exclude-labels:
2323
- "changelog"
2424
category-template: "### $TITLE"

0 commit comments

Comments
 (0)