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 ebec9c5 commit 7a83b42Copy full SHA for 7a83b42
.releaserc
@@ -12,7 +12,8 @@
12
{ "type": "feat", "release": "minor" },
13
{ "type": "fix", "release": "patch" },
14
{ "type": "perf", "release": "patch" },
15
- { "type": "refactor", "release": "patch" }
+ { "type": "refactor", "release": "patch" },
16
+ { "type": "chore", "release": "patch" }
17
]
18
}],
19
["@semantic-release/release-notes-generator", {
0 commit comments