Skip to content

Commit 770d4f7

Browse files
committed
chore: add release-drafter configuration
1 parent 6d05b94 commit 770d4f7

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

.github/release-drafter.yml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,22 @@ categories:
99
labels:
1010
- 'bug'
1111
- 'fix'
12-
- title: '🔧 Maintenance'
12+
- title: '🧹 Chores'
1313
labels:
14-
- 'maintenance'
1514
- 'chore'
16-
- 'dependencies'
15+
- 'maintenance'
1716
- title: '📚 Documentation'
1817
labels:
1918
- 'documentation'
2019
- 'docs'
21-
- title: '🧹 Code Style'
22-
labels:
23-
- 'style'
24-
- 'format'
2520
- title: '🧪 Tests'
2621
labels:
2722
- 'test'
2823
- 'testing'
24+
- title: '🔧 Refactoring'
25+
labels:
26+
- 'refactor'
27+
- 'refactoring'
2928
- title: '🔒 Security'
3029
labels:
3130
- 'security'
@@ -63,16 +62,12 @@ version-resolver:
6362
major:
6463
labels:
6564
- 'major'
66-
- 'breaking-change'
6765
minor:
6866
labels:
6967
- 'minor'
70-
- 'feature'
7168
patch:
7269
labels:
7370
- 'patch'
74-
- 'fix'
75-
- 'bug'
76-
default: 'patch'
71+
default: patch
7772

7873
filter-by-commitish: true

0 commit comments

Comments
 (0)