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
Make version identification command used for build handle overlapping tags
Release builds are identified using the Git tag. It might occur that multiple tags are made at the same commit (as is
common with prereleases). The previous command returned both tags, which broke the build system. The updated command
returns only a single tag.
0 commit comments