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 71ebd05 commit 8d5f91dCopy full SHA for 8d5f91d
.releaserc.js
@@ -6,6 +6,7 @@ module.exports = {
6
{
7
preset: "angular",
8
releaseRules: [
9
+ { breaking: true, release: "major" },
10
{ type: "feat", release: "minor" },
11
{ type: "fix", release: "patch" },
12
{ type: "chore", release: "patch" },
0 commit comments