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 10b6eea commit 81ede5dCopy full SHA for 81ede5d
.github/# .github/.github/release.yml renamed to .github/release.yml
@@ -8,19 +8,19 @@ changelog:
8
categories:
9
- title: Breaking Changes 🍭
10
labels:
11
- - "change: breaking"
+ - 'change: breaking'
12
- title: New Features 🎉
13
14
- - "change: feat"
+ - 'change: feat'
15
- title: Performance 🚀
16
17
- - "change: perf"
+ - 'change: perf'
18
- title: Bug Fixes 🐞
19
20
- - "change: fix"
+ - 'change: fix'
21
- title: Document 📖
22
23
- - "change: docs"
+ - 'change: docs'
24
- title: Other Changes
25
26
- - "*"
+ - '*'
0 commit comments