"Adam D. Barratt" <a...@adam-barratt.org.uk> writes: > Ugh - I messed up and accidentally included a multi-maintainer header in > the changelog. Unfortunately, I didn't notice before I tagged the new > release. :( > > Is there any easy way I can fix it, or shall I just fix the changelog > and upload anyway? (Or leave the changelog as-is and upload, so that the > tag is still accurate)
You can delete the tag and retag. You're theoretically not supposed to do this in Git, but given that you just made the mistake, I wouldn't worry too much about it. No one will have a tree based on that tag already. I think you need to do something like: git push origin :refs/tags/<tag> git push origin --tags to delete the tag and recreate it in the Alioth repository. -- Russ Allbery (r...@debian.org) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org