Skip to content

Commit d0defca

Browse files
committed
ci(update-versions): Run during verifyReleaseCmd
According to: https://github.com/semantic-release/semantic-release/blob/master/docs/extending/plugins-list.md The npm tarball is generated by the @semantic-release/npm plugin during the `prepare` step. So, bump the update version script execution to the `verifyReleaseCmd`.
1 parent cdf86af commit d0defca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
[
179179
"@semantic-release/exec",
180180
{
181-
"prepareCmd": "node ./update-versions.cjs ${nextRelease.version}"
181+
"verifyReleaseCmd": "node ./update-versions.cjs ${nextRelease.version}"
182182
}
183183
],
184184
[

0 commit comments

Comments
 (0)