We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4fa22 commit beedae3Copy full SHA for beedae3
.releaserc.js
@@ -13,7 +13,6 @@ module.exports = {
13
{ type: "refactor", release: "patch" },
14
{ type: "perf", release: "patch" },
15
{ type: "revert", release: "patch" },
16
- { type: "chore", scope: "deps", release: "patch" },
17
{ type: "build", release: false },
18
{ type: "ci", release: false },
19
{ type: "docs", release: false },
@@ -36,7 +35,6 @@ module.exports = {
36
35
{ type: "refactor", section: "Refactor" },
37
{ type: "perf", section: "Performance" },
38
{ type: "revert", section: "Reverts" },
39
- { type: "chore", scope: "port*", section: "Ports" },
40
{ type: "chore", section: "Chores" },
41
{ type: "build", section: "Build" },
42
{ type: "ci", section: "CI" },
0 commit comments