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
The default config/version.yml will work fine with git commits once you publish the version ServiceProvider.
Here are the steps I used:
You might need to update git.version.local to be describe --tags flag ( see Issue version:absorb always throws 'GitTagNotFound' Error. #71 ) in config/version.yml (this is the only change needed). Try this if you get the GitTagNotFound exception.
Create a tag in the standard format (e.g. 1.0.0).
git tag 1.0.0 f8a69aef9b9852eca1073148cc228209b073c96e
Getting this error when trying to use @Version.
I have set git-local as commit mode.
commit:
mode: git-local
How to fix this error?
The text was updated successfully, but these errors were encountered: