You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to replace a placeholder in the code with the php-semver-checker-git result. So Application version is automatically updated.
So a git hook, before commit, can replace that placeholder with the suggested version.
(That's a symfony console app packaged as phar - http://api.symfony.com/master/index.html?q=setVersion )
@SebSept As long as the output of php-semver-checker-git does not change, absolutely.
However, I do think there's some value in outputting only the suggested semantic version number. I'll try to figure out an appropriate solution when I have some free time.
So it output only
Or maybe the result like :
should be display only with the -v option passed
What do you think of that ?
The text was updated successfully, but these errors were encountered: