We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4e102 commit 3bd5240Copy full SHA for 3bd5240
release.config.cjs
@@ -79,7 +79,8 @@ async function config() {
79
'changelogFile': changelogFile,
80
}],
81
["@semantic-release/exec", {
82
- "prepareCmd": `sed -i '' -r "s/const VERSION_STRING = '.*'/const VERSION_STRING = '\${nextRelease.version}'/" ./src/Parse/ParseClient.php`
+ // Update Parse SDK version
83
+ "prepareCmd": `sed -i'' -r "s/const VERSION_STRING = '.*'/const VERSION_STRING = '\${nextRelease.version}'/" ./src/Parse/ParseClient.php`
84
85
['@semantic-release/npm', {
86
'npmPublish': false,
0 commit comments