Skip to content

Commit 3bd5240

Browse files
authored
ci: Fix auto-release version bump (#505)
1 parent 5b4e102 commit 3bd5240

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

release.config.cjs

+2-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ async function config() {
7979
'changelogFile': changelogFile,
8080
}],
8181
["@semantic-release/exec", {
82-
"prepareCmd": `sed -i '' -r "s/const VERSION_STRING = '.*'/const VERSION_STRING = '\${nextRelease.version}'/" ./src/Parse/ParseClient.php`
82+
// Update Parse SDK version
83+
"prepareCmd": `sed -i'' -r "s/const VERSION_STRING = '.*'/const VERSION_STRING = '\${nextRelease.version}'/" ./src/Parse/ParseClient.php`
8384
}],
8485
['@semantic-release/npm', {
8586
'npmPublish': false,

0 commit comments

Comments
 (0)