Skip to content

Commit

Permalink
chore: update changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
hopetambala committed Nov 9, 2020
1 parent 041ce47 commit ff9eada
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .versionrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ module.exports = {
}
],
types: [
{ type: 'chore', section: 'Other chores' },
{ type: 'ci', section: 'Pipeline changes' },
{ type: 'docs', section: 'Documentation changes' },
{ type: 'feat', section: 'New features' },
{ type: 'chore', section: 'Chores' },
{ type: 'ci', section: 'Pipeline Changes' },
{ type: 'docs', section: 'Documentation Changes' },
{ type: 'feat', section: 'New Features' },
{ type: 'fix', section: 'Bug fixes' },
{ type: 'perf', hidden: true },
{ type: 'refactor', section: 'Code refactors' },
{ type: 'refactor', section: 'Code Refactors' },
{ type: 'release', hidden: true },
{ type: 'style', hidden: true },
{ type: 'test', hidden: true },
Expand Down

0 comments on commit ff9eada

Please sign in to comment.