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
ref: Remove logic for resolving version from tag; failover to v0.0.0 (#466)
## 📝 Description
This change drops the logic that causes the CLI default to the latest
annotated git tag, which causes installation issues when the repo is
cloned directly from a branch or does not have the `.git` directory. If
no version environment variable or baked file is defined, the version
will now default to `v0.0.0`.
## ✔️ How to Test
```
make install
```
0 commit comments