Skip to content

Commit 5d9376c

Browse files
Merge pull request #11 from theohbrothers/enhancement/ci-add-change-label-to-release-drafter.yml
Enhancement (ci): Add `change` label to `release-drafter.yml`
2 parents 913b36a + dc3c3dd commit 5d9376c

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

.github/release-drafter.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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'
77
- 'enhancement'
8+
- 'change'
89
- title: '🐛 Bug Fixes'
910
labels:
1011
- 'fix'
11-
- 'bugfix'
1212
- 'bug'
1313
- title: '🖊️ Refactors'
1414
labels:
@@ -26,23 +26,21 @@ change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
2626
version-resolver:
2727
major:
2828
labels:
29-
# - 'major'
3029
- 'breaking'
3130
minor:
3231
labels:
33-
# - 'minor'
3432
- 'feature'
3533
- 'enhancement'
34+
- 'change'
3635
- 'refactor'
3736
patch:
3837
labels:
39-
# - 'patch'
4038
- 'fix'
41-
- 'bugfix'
4239
- 'bug'
4340
- 'style'
4441
- 'docs'
4542
- 'documentation'
43+
- 'chore'
4644
default: patch
4745
sort-by: title
4846
template: |

generate/templates/.github/release-drafter.yml.ps1

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
@'
2-
name-template: 'v$RESOLVED_VERSION 🌈'
2+
name-template: 'v$RESOLVED_VERSION 🌈'
33
tag-template: 'v$RESOLVED_VERSION'
44
categories:
55
- title: '🚀 Features'
66
labels:
77
- 'feature'
88
- 'enhancement'
9+
- 'change'
910
- title: '🐛 Bug Fixes'
1011
labels:
1112
- 'fix'
12-
- 'bugfix'
1313
- 'bug'
1414
- title: '🖊️ Refactors'
1515
labels:
@@ -27,23 +27,21 @@ change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
2727
version-resolver:
2828
major:
2929
labels:
30-
# - 'major'
3130
- 'breaking'
3231
minor:
3332
labels:
34-
# - 'minor'
3533
- 'feature'
3634
- 'enhancement'
35+
- 'change'
3736
- 'refactor'
3837
patch:
3938
labels:
40-
# - 'patch'
4139
- 'fix'
42-
- 'bugfix'
4340
- 'bug'
4441
- 'style'
4542
- 'docs'
4643
- 'documentation'
44+
- 'chore'
4745
default: patch
4846
sort-by: title
4947
template: |

0 commit comments

Comments
 (0)