Skip to content

Commit 4cab93e

Browse files
committed
ci: update release drafter config file
1 parent 157bcea commit 4cab93e

File tree

1 file changed

+21
-22
lines changed

1 file changed

+21
-22
lines changed

.github/release-drafter-config.yml

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@ tag-template: 'v$RESOLVED_VERSION'
33

44

55
categories:
6-
- title: '💥 Breaking Changes'
7-
labels:
8-
- breaking-change
9-
- title: '🚀 New Features'
10-
labels:
11-
- feature
12-
- enhancement
13-
- title: '🐞 Bug Fixes'
14-
labels:
15-
- bug
16-
- fix
17-
- bugfix
18-
- title: '⚙️ Technical Debt'
19-
labels:
20-
- refactor
21-
- title: '📝 Documentation'
22-
labels:
23-
- documentation
6+
- title: '💥 Breaking Changes'
7+
labels:
8+
- breaking-change
9+
- title: '🚀 New Features'
10+
labels:
11+
- feature
12+
- enhancement
13+
- title: '🐞 Bug Fixes'
14+
labels:
15+
- bug
16+
- fix
17+
- bugfix
18+
- title: '⚙️ Technical Debt'
19+
labels:
20+
- refactor
21+
- title: '📝 Documentation'
22+
labels:
23+
- documentation
2424

2525
change-template: '- $TITLE (#$NUMBER) by @$AUTHOR'
2626
no-changes-template: 'No significant changes'
@@ -36,12 +36,11 @@ template: |
3636
version-resolver:
3737
major:
3838
labels:
39-
- major
39+
- major
4040
minor:
4141
labels:
42-
- minor
42+
- minor
4343
patch:
4444
labels:
45-
- patch
45+
- patch
4646
default: patch
47-

0 commit comments

Comments
 (0)