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 1408a39 commit b01d0abCopy full SHA for b01d0ab
.releaserc
@@ -5,7 +5,7 @@
5
"@semantic-release/exec",
6
{
7
"prepareCmd": "chmod a+x ./bin/version.sh && ./bin/version.sh ${nextRelease.version} && cp -r ./README.md ./dist/toppy && npx json -I -f package.json -e 'this.version=\"${nextRelease.version}\"'",
8
- "successCmd": "npm run postpublish"
+ "successCmd": "npm run postpublish -- ${nextRelease.version}"
9
}
10
],
11
[
0 commit comments