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
PMM-13881 Fix incorrect git describe behavior in Makefile (#1075)
Updated the COMPONENT_VERSION variable to use `--tags` flag with `git describe` to ensure proper tagging is captured. This ensures the build process correctly identifies version tags over lightweight commits.
0 commit comments