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 cc19fb1 commit 23e420aCopy full SHA for 23e420a
.github/release.yml
@@ -0,0 +1,26 @@
1
+# .github/release.yml
2
+
3
+changelog:
4
+ exclude:
5
+ authors:
6
+ # Ignore the release PR created by github-actions
7
+ - github-actions
8
+ categories:
9
+ - title: Breaking Changes 🍭
10
+ labels:
11
+ - 'release: breaking change'
12
+ - title: New Features 🎉
13
14
+ - 'release: feature'
15
+ - title: Performance 🚀
16
17
+ - 'release: performance'
18
+ - title: Bug Fixes 🐞
19
20
+ - 'release: bug fix'
21
+ - title: Document 📖
22
23
+ - 'release: document'
24
+ - title: Other Changes
25
26
+ - '*'
0 commit comments