Skip to content

Commit e9f9329

Browse files
Merge pull request #75 from leojonathanoh/enhancement/ci-add-change-label-to-release-drafter.yml
Enhancement (ci): Add `change` label to `release-drafter.yml`
2 parents 11e888c + 5913c6c commit e9f9329

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/release-drafter.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1-
name-template: 'v$RESOLVED_VERSION 🌈'
1+
name-template: 'v$RESOLVED_VERSION 🌈'
22
tag-template: 'v$RESOLVED_VERSION'
33
categories:
44
- title: '🚀 Features'
55
labels:
66
- 'feature'
7+
- title: '✨ Enhancements'
8+
labels:
79
- 'enhancement'
10+
- title: '🎚 Change'
11+
labels:
12+
- 'change'
813
- title: '🐛 Bug Fixes'
914
labels:
1015
- 'fix'
11-
- 'bugfix'
1216
- 'bug'
1317
- title: '🖊️ Refactors'
1418
labels:
@@ -26,19 +30,16 @@ change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
2630
version-resolver:
2731
major:
2832
labels:
29-
# - 'major'
3033
- 'breaking'
3134
minor:
3235
labels:
33-
# - 'minor'
3436
- 'feature'
3537
- 'enhancement'
38+
- 'change'
3639
- 'refactor'
3740
patch:
3841
labels:
39-
# - 'patch'
4042
- 'fix'
41-
- 'bugfix'
4243
- 'bug'
4344
- 'style'
4445
- 'docs'

0 commit comments

Comments
 (0)