chore: update semantic release settings

This commit is contained in:
2025-10-08 23:42:10 -04:00
parent 148d261e6e
commit f2ce466d88
+6 -1
View File
@@ -47,6 +47,11 @@
"scope": "README", "scope": "README",
"release": "patch" "release": "patch"
}, },
{
"type": "refactor",
"breaking": true,
"release": "major"
},
{ {
"type": "refactor", "type": "refactor",
"release": "patch" "release": "patch"
@@ -56,7 +61,7 @@
"noteKeywords": [ "noteKeywords": [
"BREAKING CHANGE", "BREAKING CHANGE",
"BREAKING CHANGES", "BREAKING CHANGES",
"MANUAL BUMP" "MANUAL RELEASE"
] ]
} }
} }