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

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 @@
}
]
]
}
}