Hi, I added the following: ``` :git-inject { :version-pattern "^(.*)$" } ``` under `[:builds :app]`. It's still catching `v1.0.0` tags, but not, eg, `1.0.0` tags.
Hi,
I added the following:
under
[:builds :app]. It's still catchingv1.0.0tags, but not, eg,1.0.0tags.