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 May 30, 2022. It is now read-only.
Starting at 6.12.1, all the v6.x releases made by GitHub Actions point to tags without a v prefix, that don't match up the v-prefixed ones. There are substantial differences betweenv/non-v tags in each pair.
For a recent example: there is a tag v6.14.5 (notice the v prefix) and a release v6.14.5, but the release is actually attached to the tag 6.14.5 (without a v prefix). The tags v6.14.5 and 6.14.5 each point to different commits.
6.14.5, 6.14.2 and (at the time of writing) master all point to the same commit. Also, 6.12.5, 6.13.0 and v7.0.0-beta.21 all point to the same commit, while v6.12.5 and v6.13.0 each point to a different one.
Starting at
6.12.1, all the v6.x releases made by GitHub Actions point to tags without avprefix, that don't match up thev-prefixed ones. There are substantial differences betweenv/non-vtags in each pair.For a recent example: there is a tag
v6.14.5(notice thevprefix) and a releasev6.14.5, but the release is actually attached to the tag6.14.5(without avprefix). The tagsv6.14.5and6.14.5each point to different commits.6.14.5,6.14.2and (at the time of writing)masterall point to the same commit. Also,6.12.5,6.13.0andv7.0.0-beta.21all point to the same commit, whilev6.12.5andv6.13.0each point to a different one.