We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6126dc1 commit 039e143Copy full SHA for 039e143
.github/release.yml
@@ -0,0 +1,29 @@
1
+changelog:
2
+ exclude:
3
+ labels:
4
+ - 'Type: Meta'
5
+ - 'Type: Question'
6
+
7
+ categories:
8
+ - title: Security Fixes
9
+ labels: ['Type: Security']
10
+ - title: Breaking Changes
11
+ labels: ['Type: Breaking Change']
12
+ - title: Features
13
+ labels: ['Type: Feature']
14
+ - title: Bug Fixes
15
+ labels: ['Type: Bug']
16
+ - title: Documentation
17
+ labels: ['Type: Documentation']
18
+ - title: Refactoring
19
+ labels: ['Type: Refactoring']
20
+ - title: Testing
21
+ labels: ['Type: Testing']
22
+ - title: Maintenance
23
+ labels: ['Type: Maintenance']
24
+ - title: CI
25
+ labels: ['Type: CI']
26
+ - title: Dependency Updates
27
+ labels: ['Type: Dependencies', "dependencies"]
28
+ - title: Other Changes
29
+ labels: ['*']
0 commit comments