Skip to content

Commit

Permalink
Merge pull request #132 from tetarchus/next
Browse files Browse the repository at this point in the history
chore: update semantic-release rules
  • Loading branch information
tetarchus authored Nov 13, 2024
2 parents cc3c0cc + 5b20235 commit c127894
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ const releaseConfig = {
'@semantic-release/commit-analyzer',
{
releaseRules: [
{ type: 'chore', release: 'patch' },
{ type: 'feat', release: 'minor' },
{ type: 'fix', release: 'patch' },
{ type: 'refactor', release: 'patch' },
],
},
],
Expand Down

0 comments on commit c127894

Please sign in to comment.