Skip to content

Commit

Permalink
chore: update release config
Browse files Browse the repository at this point in the history
  • Loading branch information
iamyoki committed Dec 16, 2021
1 parent 3a9c84d commit 9553a82
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ const config = {
types: [
{type: 'feat', section: 'Features'},
{type: 'fix', section: 'Bug Fixes'},
{type: 'chore', hidden: false},
{type: 'build', hidden: false},
{type: 'ci', hidden: false},
{type: 'docs', hidden: false},
{type: 'style', hidden: false},
{type: 'refactor', hidden: false},
{type: 'perf', hidden: false},
{type: 'test', hidden: false},
{type: 'chore', section: 'Chores', hidden: false},
{type: 'build', section: 'Builds', hidden: false},
{type: 'ci', section: 'CI/CD', hidden: false},
{type: 'docs', section: 'Docs', hidden: false},
{type: 'style', section: 'Code Style', hidden: false},
{type: 'refactor', section: 'Refactors', hidden: false},
{type: 'perf', section: 'Performance Improvements', hidden: false},
{type: 'test', section: 'Tests', hidden: false},
],
},
},
Expand Down

0 comments on commit 9553a82

Please sign in to comment.