Skip to content

Commit

Permalink
ci: update release rc to treat breaking changes for minor version bum…
Browse files Browse the repository at this point in the history
…p instead of major (#1076)

Signed-off-by: Jeromy Cannon <[email protected]>
  • Loading branch information
jeromy-cannon authored Dec 31, 2024
1 parent 0d2f6f1 commit 6f88578
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits"
}
},
],
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
],
"releaseRules": [
{ "breaking": "true", "release": "minor"}
],
"verifyRelease": [
[
"@semantic-release/exec",
Expand Down

0 comments on commit 6f88578

Please sign in to comment.