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.
/php-semver-checker-git.phar suggest --only-version "./" "./"
So it output only
0.4.0
Or maybe the result like :
Testing HEAD against tag: 0.3.1 Initial semantic version: 0.3.1 Suggested semantic version: 0.4.0
should be display only with the -v option passed
What do you think of that ?