fix(ci): invalid release config

This commit is contained in:
iOSonntag 2023-09-24 10:01:48 +02:00
parent ff24a08f0b
commit 7845a78f71
No known key found for this signature in database

View file

@ -68,7 +68,7 @@ module.exports = {
// { "path": "dist/asset.min.js", "label": "JS distribution" }
// ]
// },
[
// [
// "@semantic-release/git",
// {
// "assets": [
@ -81,7 +81,7 @@ module.exports = {
// ],
// "message": "chore(release): v${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
// }
]
// ]
],
"dryRun": false,
"preset": "angular"