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
{{ message }}
This repository was archived by the owner on Aug 9, 2022. It is now read-only.
When building the metadata, pick up version using git describe --tags, rather than trying to parse the version tags in git describe --all.
If we're ahead of the last tagged version, the metadata version will now be of the form x.y.z-d-cccccc, where x.y.z is the last tag, d is the number of commits since it, and cccccc is the commit.