Skip to content

Commit

Permalink
Merge pull request #851 from patrickcate/feature/1.8.x
Browse files Browse the repository at this point in the history
build: allow refactor and build commits to trigger patch releases
  • Loading branch information
patrickcate authored Mar 17, 2024
2 parents db0ba46 + aeaf7c1 commit 5e889d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .releaserc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ module.exports = {
'@semantic-release/commit-analyzer',
{
config: '@commitlint/config-conventional',
releaseRules: [
{ type: 'refactor', release: 'patch' },
{ type: 'build', release: 'patch' },
{ scope: 'no-release', release: false },
],
},
],
'@semantic-release/release-notes-generator',
Expand Down

0 comments on commit 5e889d6

Please sign in to comment.