antonioribeiro / version

Laravel App versioning
MIT License
586 stars 105 forks source link

ErrorException : Array to string conversion #77

Open VivekShingala opened 4 years ago

VivekShingala commented 4 years ago

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?

praj commented 4 years ago

The default config/version.ymlwill work fine with git commits once you publish the version ServiceProvider.

Here are the steps I used: