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 626ae30 commit 59b51b4Copy full SHA for 59b51b4
.releaserc.json
@@ -14,7 +14,7 @@
14
"tag": "next"
15
}],
16
["@semantic-release/exec", {
17
- "prepareCmd": "node ../../update-version.js ${nextRelease.version}"
+ "prepareCmd": "node update-version.js ${nextRelease.version}"
18
19
["@semantic-release/git", {
20
"assets": ["package.json", "src/version.ts"],
0 commit comments