fix: fix build not creating new release

This commit is contained in:
Joey Peter 2022-07-05 22:38:35 +02:00 committed by GitHub
parent ada1ac160c
commit 9c981f7203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -7,7 +7,11 @@
}
],
"plugins": [
"@semantic-release/commit-analyzer",
["@semantic-release/commit-analyzer", {
"releaseRules": [
{"type": "build", "release": "patch"}
]
}],
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"gradle-semantic-release-plugin",
@ -31,4 +35,4 @@
}
]
]
}
}