Skip to content

Commit

Permalink
chore: makes "refactor" label to trigger patch release (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
stalniy authored Jan 5, 2025
1 parent 7452962 commit ae14a80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dx/config/semantic-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module.exports = {
releaseRules: [
{ type: 'chore', scope: 'deps', release: 'patch' },
{ type: 'docs', scope: 'README', release: 'patch' },
{ type: 'refactor', release: 'patch' },
]
}],
'@semantic-release/release-notes-generator',
Expand Down

0 comments on commit ae14a80

Please sign in to comment.