We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb0ed9 commit 0f4d698Copy full SHA for 0f4d698
β.github/release.yml
@@ -0,0 +1,33 @@
1
+---
2
+changelog:
3
+ exclude:
4
+ labels:
5
+ - skip-changelog
6
+ categories:
7
+ - title: π£ Breaking Changes
8
9
+ - breaking change
10
+ - title: π Deprecation Warnings
11
12
+ - deprecation
13
+ - title: π Features
14
15
+ - enhancement
16
+ - title: π Bug Fixes
17
18
+ - bug
19
+ - title: π§ͺ Tests
20
21
+ - tests
22
+ - title: π Documentation
23
24
+ - documentation
25
+ - title: β¬οΈ Dependencies
26
27
+ - dependencies
28
+ - title: π¨ Maintenance
29
30
+ - chore
31
+ - title: Other Changes
32
33
+ - "*"
0 commit comments