Skip to content

Commit

Permalink
feat: Add deps: type to conventional-changelog (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleszcz authored May 10, 2024
1 parent 2bcae37 commit 8e7e982
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .versionrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,15 @@ module.exports = {
},
],
tagPrefix: '',
types: [
{ type: 'feat', section: 'Features' },
{ type: 'fix', section: 'Bug Fixes' },
{ type: 'deps', section: 'Dependencies' },
{ type: 'chore', hidden: true },
{ type: 'docs', hidden: true },
{ type: 'style', hidden: true },
{ type: 'refactor', hidden: true },
{ type: 'perf', hidden: true },
{ type: 'test', hidden: true },
],
};

0 comments on commit 8e7e982

Please sign in to comment.