When I run command like php artisan version:patch to update version, I got error "version is in git absorb mode, cannot be incremented". It does not update the value of version.yml file.
It worked fine one my local but does not work on live environment.
When I run command like
php artisan version:patchto update version, I got error "version is in git absorb mode, cannot be incremented". It does not update the value of version.yml file.It worked fine one my local but does not work on live environment.