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
Create a tag for the current git commits using git tag -a -m <message> <tag_name>. After this when you run git describe it will out the current tag and commit.
What I would like to achieve:
In my environment I don't have git versions / tags
I created the default
config/version.yml
and when runningphp artisan version:absorb
I get the Exception
GitTagNotFound
.I tried changing the commit mode as shown in the documentation:
php artisan version:absorb
still results in ExceptionGitTagNotFound
Same when changing
mode
toincrement
.How do I achieve this (manually maintain major/minor/patch and get commit from local git commit)?
The text was updated successfully, but these errors were encountered: