diff --git a/publishing/release-rules.cjs b/publishing/release-rules.cjs index ba84231c0..ab6be5b49 100644 --- a/publishing/release-rules.cjs +++ b/publishing/release-rules.cjs @@ -1,4 +1,4 @@ module.exports = [ { type: "feat", scope: "!", release: "major" }, - { type: "docs", scope: "public", release: "patch" }, + { scope: "public", release: "patch" }, ]; \ No newline at end of file