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 66a8814 commit 6968d51Copy full SHA for 6968d51
.github/release.yml
@@ -0,0 +1,26 @@
1
+# .github/release.yml
2
+
3
+changelog:
4
+ categories:
5
+ - title: '❗ Breaking Changes'
6
+ labels:
7
+ - '❗ BreakingChange'
8
+ - title: '🚀 New Features'
9
10
+ - '✏️ Feature'
11
+ - '📝 Proposal'
12
+ - title: '🧹 Updates'
13
14
+ - '🧹 Updates'
15
+ - title: '🐛 Bug Fixes'
16
17
+ - '☢️ Bug'
18
+ - title: '🛠️ Maintenance'
19
20
+ - '🤖 Dependencies'
21
+ - title: '📚 Documentation'
22
23
+ - '📒 Documentation'
24
+ - title: 'Other Changes'
25
26
+ - '*'
0 commit comments