Skip to content

Commit f2ce466

Browse files
committed
chore: update semantic release settings
1 parent 148d261 commit f2ce466

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@
4747
"scope": "README",
4848
"release": "patch"
4949
},
50+
{
51+
"type": "refactor",
52+
"breaking": true,
53+
"release": "major"
54+
},
5055
{
5156
"type": "refactor",
5257
"release": "patch"
@@ -56,7 +61,7 @@
5661
"noteKeywords": [
5762
"BREAKING CHANGE",
5863
"BREAKING CHANGES",
59-
"MANUAL BUMP"
64+
"MANUAL RELEASE"
6065
]
6166
}
6267
}

0 commit comments

Comments
 (0)