Skip to content

Commit 467c485

Browse files
authored
ci(release): added refactor to changelog (#726)
1 parent 2b94fd3 commit 467c485

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,9 @@ jobs:
1818
node-version: 18
1919
default-branch: ${{ github.ref_name != 'main' && github.ref_name || null }}
2020
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

Comments
 (0)