Skip to content

Commit e49c1c7

Browse files
committed
Update labels
1 parent b421780 commit e49c1c7

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.github/release-drafter.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,31 @@ change-template: '- $TITLE by @$AUTHOR in #$NUMBER'
99
categories:
1010
- title: '💥 Breaking Changes'
1111
labels:
12-
- 'changelog:breaking' # When a breaking change is introduced
12+
- 'breaking' # When a breaking change is introduced
1313
- title: '✨ Features'
1414
labels:
15-
- 'changelog:feature' # When a new feature is introduced
16-
- 'changelog:enhancement' # When an existing feature is improved
15+
- 'feature' # When a new feature is introduced
16+
- 'enhancement' # When an existing feature is improved
1717
- title: '🐛 Bug Fixes'
1818
labels:
19-
- 'changelog:fix' # When a bug is fixed
19+
- 'bug' # When a bug is fixed
20+
- 'fix' # When a bug is fixed
2021
- title: '📝 Documentation'
2122
labels:
22-
- 'changelog:docs' # When documentation is updated
23+
- 'documentation' # When documentation is updated
2324
- title: '🧰 Maintenance'
2425
labels:
25-
- 'changelog:chore' # When a chore is done
26-
- 'changelog:ci' # When CI is updated
27-
- 'changelog:dependencies' # When dependencies are updated
26+
- 'chore' # When a chore is done
27+
- 'ci' # When CI is updated
28+
- 'dependencies' # When dependencies are updated
2829
exclude-labels:
2930
- 'changelog:skip' # When a PR should be excluded from the changelog
3031
version-resolver:
3132
major:
3233
labels:
33-
- 'changelog:breaking'
34+
- 'breaking'
3435
minor:
3536
labels:
36-
- 'changelog:feature'
37+
- 'feature'
38+
- 'enhancement'
3739
default: patch

0 commit comments

Comments
 (0)