Skip to content

Commit

Permalink
ensure any public scope releases
Browse files Browse the repository at this point in the history
  • Loading branch information
adjkant committed Mar 11, 2024
1 parent 9009137 commit 84bbf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publishing/release-rules.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = [
{ type: "feat", scope: "!", release: "major" },
{ type: "docs", scope: "public", release: "patch" },
{ scope: "public", release: "patch" },
];

0 comments on commit 84bbf5e

Please sign in to comment.