Skip to content

Commit

Permalink
ci: Add breaking to semantic release type
Browse files Browse the repository at this point in the history
  • Loading branch information
Thatchapon Unprasert committed Nov 8, 2024
1 parent 3f4cc45 commit f67e114
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,17 @@
}
],
"plugins": [
"@semantic-release/commit-analyzer",
[
"@semantic-release/commit-analyzer",
{
"releaseRules": [
{
"type": "breaking",
"release": "major"
}
]
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
Expand Down

0 comments on commit f67e114

Please sign in to comment.