Skip to content

Commit 94c5ba7

Browse files
author
Nik Mohamad Aizuddin b. Nik Azmi
committed
ci(semantic-release): Fix patch updates with BREAKING CHANGE doesn't trigger major release
1 parent a857e50 commit 94c5ba7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.releaserc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
["@semantic-release/commit-analyzer", {
1010
"preset": "angular",
1111
"releaseRules": [
12+
{"breaking": "true", "release": "major"},
1213
{"type": "docs", "release": "patch"},
1314
{"type": "refactor", "release": "patch"},
1415
{"type": "style", "release": "patch"},

0 commit comments

Comments
 (0)