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 2ecf179 commit d857021Copy full SHA for d857021
src/Support/Config/version.php
@@ -5,5 +5,5 @@
5
cd('{{depl}}');
6
$version = explode(' ', run("bin/dep --version"))[1];
7
writeln("Current version is $version");
8
- return ask('Type new version (1.2.3)', '--patch');
+ return ask('Type new version (format is "1.1.1", without "v"; pre release "1.1.1-beta")', '--patch');
9
});
0 commit comments