-
jonas’
pep., the tagging for xep-0389-v0.3.0 and xep-0333-v0.4.0 is wrong
-
jonas’
the tags should point at the commit which writes the revision block
-
pep.
ah
-
pep.
Won't do this now but I can change it later
-
jonas’
no
-
jonas’
tags can’t be changed
-
flow
jonas’, because we have a policy that we do not change them, or?
-
jonas’
flow, no, because changing tags with git isn’t really a thing you can do
-
flow
that is news to me
-
jonas’
there’s a whole section "On Re-tagging" in the git-tag manpage
-
jonas’
If you never pushed anything out, just re-tag it. Use "-f" to replace the old one. And you’re done.
-
jonas’
but then it goes on to list all the things which go wrong when you do it after pushing
-
jonas’
it’s like force push, but wrose✎ -
flow
well the list boils down to "git does not automatically update tag refs the same way it does update branch refs"
-
jonas’
it’s like force push, but worse ✏
-
jonas’
yeah