fix: Set release version on semantic-release

This commit is contained in:
Timo Reymann
2023-06-26 15:44:38 +02:00
parent 449475f592
commit 31380e1205
3 changed files with 12 additions and 23 deletions
+3
View File
@@ -28,6 +28,9 @@
"assets": "CHANGELOG.md"
}
],
["@semantic-release/exec", {
"prepareCmd": "VERSION=${nextRelease.version} make build"
}],
[
"@semantic-release/github",
{