Skip to content

Commit

Permalink
chore: adjust releaserc rules
Browse files Browse the repository at this point in the history
Remove deps and port  release rules

Signed-off-by: msclock <msclock@qq.com>
  • Loading branch information
msclock authored Nov 8, 2024
1 parent ef4fa22 commit beedae3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ module.exports = {
{ type: "refactor", release: "patch" },
{ type: "perf", release: "patch" },
{ type: "revert", release: "patch" },
{ type: "chore", scope: "deps", release: "patch" },
{ type: "build", release: false },
{ type: "ci", release: false },
{ type: "docs", release: false },
Expand All @@ -36,7 +35,6 @@ module.exports = {
{ type: "refactor", section: "Refactor" },
{ type: "perf", section: "Performance" },
{ type: "revert", section: "Reverts" },
{ type: "chore", scope: "port*", section: "Ports" },
{ type: "chore", section: "Chores" },
{ type: "build", section: "Build" },
{ type: "ci", section: "CI" },
Expand Down

0 comments on commit beedae3

Please sign in to comment.