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 b023d70 commit 5b678caCopy full SHA for 5b678ca
release.config.cjs
@@ -1,7 +1,14 @@
1
module.exports = {
2
branches: ["master"],
3
plugins: [
4
- "@semantic-release/commit-analyzer",
+ [
5
+ "@semantic-release/commit-analyzer",
6
+ {
7
+ releaseRules: [
8
+ { type: "ci", release: "patch" }
9
+ ]
10
+ }
11
+ ],
12
"@semantic-release/release-notes-generator",
13
[
14
"@semantic-release/changelog",
0 commit comments