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
In this repository, there is currently a branch named 2.1.0 and it points at 88075ce, and there is a tag 2.1.0 and it points at 24dbd5f. To confirm this for yourself:
This creates confusion about what 2.1.0 means. Probably the tag is intended to be the source of truth, but without the qualified name, it’s not clear which one Git uses.
The best way to fix this is probably to delete the 2.1.0 branch; the tag is already there.
The text was updated successfully, but these errors were encountered:
You're right, it looks like three commits meant for 2.1.1 made it onto the 2.1.0 branch by accident.
I think we should remove the last three commits from 2.1.0, and force push a branch that ends at 24dbd5f
/cc @VanBarbascu
Both, the tag and the branch should point to the same commit
Well, it should, but Git doesn't enforce it. So people may end up thinking that they are building from the same commit, but in reality it's not the case.
In this repository, there is currently a branch named
2.1.0
and it points at 88075ce, and there is a tag2.1.0
and it points at 24dbd5f. To confirm this for yourself:This creates confusion about what 2.1.0 means. Probably the tag is intended to be the source of truth, but without the qualified name, it’s not clear which one Git uses.
The best way to fix this is probably to delete the 2.1.0 branch; the tag is already there.
The text was updated successfully, but these errors were encountered: