Skip to content

Commit

Permalink
chore: update release rules
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgallo committed Nov 13, 2024
1 parent 7a450c7 commit 1fbfc51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ export const config = {
{ type: 'chore', release: 'minor' },
{ type: 'fix', release: 'minor' },
{ type: 'feat', release: 'minor' },
{ type: 'build', release: 'minor' },
{ type: 'ci', release: 'minor' },
{ type: 'perf', release: 'minor' },
{ type: 'revert', release: 'minor' },
{ type: 'test', release: 'minor' },
],
parserOpts: {
noteKeywords: ['BREAKING CHANGE', 'BREAKING CHANGES'],
Expand Down

0 comments on commit 1fbfc51

Please sign in to comment.