Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit 6befcd3

Browse files
authored
Remove unused labels (#75)
1 parent 4a21fa2 commit 6befcd3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/release-drafter.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ tag-template: 'v$RESOLVED_VERSION'
33
categories:
44
- title: '🚀 Features'
55
labels:
6-
- "feature"
76
- "enhancement"
87
- title: '💣 Breaking Change'
98
labels:
@@ -21,13 +20,16 @@ categories:
2120
version-resolver:
2221
major:
2322
labels:
24-
- 'major'
23+
- 'change'
2524
minor:
2625
labels:
27-
- 'minor'
26+
- 'enhancement'
2827
patch:
2928
labels:
30-
- 'patch'
29+
- 'bug'
30+
- 'chore'
31+
- 'dependencies'
32+
- 'documentation'
3133
default: patch
3234
exclude-labels:
3335
- 'skip-changelog'
@@ -45,14 +47,12 @@ autolabeler:
4547
- '/fix\/.+/'
4648
title:
4749
- '/fix/i'
48-
- label: 'feature'
49-
branch:
50-
- '/feat\/.+/'
51-
- '/feature\/.+/'
5250
- label: 'enhancement'
5351
branch:
5452
- '/enh\/.+/'
5553
- '/enhancement\/.+/'
54+
- '/feat\/.+/'
55+
- '/feature\/.+/'
5656
- label: 'dependencies'
5757
files:
5858
- 'go.mod'

0 commit comments

Comments
 (0)