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 ba0525a commit e3689b5Copy full SHA for e3689b5
.releaserc
@@ -8,8 +8,10 @@
8
{ "type": "docs", "release": "patch" },
9
{ "type": "perf", "release": "patch" },
10
{ "type": "refactor", "release": "patch" },
11
- { "type": "build", "scope": "deps", "release": "patch" },
12
- { "type": "revert", "release": "patch" }
+ { "type": "build", "release": "patch" },
+ { "type": "revert", "release": "patch" },
13
+ { "type": "ci", "release": "patch" },
14
+ { "type": "chore", "release": "patch" }
15
]
16
}
17
],
0 commit comments