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 2b94fd3 commit 467c485Copy full SHA for 467c485
.github/workflows/release.yml
@@ -18,3 +18,9 @@ jobs:
18
node-version: 18
19
default-branch: ${{ github.ref_name != 'main' && github.ref_name || null }}
20
npm-dist-tag: ${{ github.ref_name != 'main' && 'untagged' || 'latest' }}
21
+ changelog-types: >
22
+ [{"type":"feat","section":"Features","hidden":false},
23
+ {"type":"fix","section":"Bug Fixes","hidden":false},
24
+ {"type":"refactor","section":"Refactoring","hidden":false},
25
+ {"type":"perf","section":"Performance Improvements","hidden":false}]
26
+
0 commit comments