amoeba opened a new issue, #46630: URL: https://github.com/apache/arrow/issues/46630
### Describe the enhancement requested I mistakenly force-pushed all tags rather than just the tag I intended (`r-universe-release`) and saw two RC tags got updated and a few other tags got created. I think the extra tags need to be deleted and the RC tags need to be reverted back to point to their original commit. I'm filing an issue for visibility. ``` $ git push --force --tags Enumerating objects: 38, done. Counting objects: 100% (38/38), done. Delta compression using up to 14 threads Compressing objects: 100% (18/18), done. Writing objects: 100% (20/20), 3.54 KiB | 3.54 MiB/s, done. Total 20 (delta 19), reused 3 (delta 2), pack-reused 0 (from 0) remote: Resolving deltas: 100% (19/19), completed with 18 local objects. To https://github.com/apache/arrow + f0d3a454bd...a8a979a41b apache-arrow-19.0.0-rc0 -> apache-arrow-19.0.0-rc0 (forced update) + d05ba772c3...6a6bec0fa7 apache-arrow-20.0.0-rc0 -> apache-arrow-20.0.0-rc0 (forced update) + b1ebcdb797...d0a0a8add6 r-universe-release -> r-universe-release (forced update) * [new tag] list -> list * [new tag] show -> show * [new tag] test-release-rc2 -> test-release-rc2 * [new tag] vtest -> vtest * [new tag] vtesting -> vtesting ``` I deleted all of the "[new tag]" tags on GitHub already but I now want to delete, re-tag, and push these tags: - `apache-arrow-19.0.0-rc0` should be tagged on `f0d3a454bd` - `apache-arrow-20.0.0-rc0` should be tagged on `d05ba772c3` @assignUser @kou @raulcd could any of you double-check me here? ### Component(s) Developer Tools -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org