Skip to content

Commit beedae3

Browse files
authored
chore: adjust releaserc rules
Remove deps and port release rules Signed-off-by: msclock <msclock@qq.com>
1 parent ef4fa22 commit beedae3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.releaserc.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ module.exports = {
1313
{ type: "refactor", release: "patch" },
1414
{ type: "perf", release: "patch" },
1515
{ type: "revert", release: "patch" },
16-
{ type: "chore", scope: "deps", release: "patch" },
1716
{ type: "build", release: false },
1817
{ type: "ci", release: false },
1918
{ type: "docs", release: false },
@@ -36,7 +35,6 @@ module.exports = {
3635
{ type: "refactor", section: "Refactor" },
3736
{ type: "perf", section: "Performance" },
3837
{ type: "revert", section: "Reverts" },
39-
{ type: "chore", scope: "port*", section: "Ports" },
4038
{ type: "chore", section: "Chores" },
4139
{ type: "build", section: "Build" },
4240
{ type: "ci", section: "CI" },

0 commit comments

Comments
 (0)