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 7c57b49 commit 1e75defCopy full SHA for 1e75def
1 file changed
bin/release-version
@@ -68,7 +68,7 @@ function isWindows() {
68
*
69
* @return boolean
70
*/
71
-function fulfillsPreconditions()
+function fulfills_preconditions()
72
{
73
echo 'Checking release preconditions' . PHP_EOL;
74
@@ -191,7 +191,7 @@ if ($overwrittenReleaseMessage) {
191
192
$releaseMessage = str_replace('{version}', $version, $defaultReleaseMessage);
193
194
-if (fulfillsPreconditions()) {
+if (fulfills_preconditions()) {
195
echo 'Releasing ' . $version . PHP_EOL;
196
197
$releaseCommands = [
0 commit comments