amoeba commented on issue #46630:
URL: https://github.com/apache/arrow/issues/46630#issuecomment-2917372121

   I'd run,
   
   ```sh
   git tag -d apache-arrow-19.0.0-rc0
   git tag -a "apache-arrow-19.0.0-rc0" -m "[Release] Apache Arrow Release 
19.0.0 RC0" 400b068b45aa06160963e8de2c21d026dbe0d4ac
   git tag -d apache-arrow-20.0.0-rc0
   git tag -a "apache-arrow-20.0.0-rc0" -m "[Release] Apache Arrow Release 
20.0.0 RC0" 107c6b1cd1cbb5395f1520fe13f79c7fb52009bd
   # apache is my remote for apache/arrow
   git push --force apache apache-arrow-19.0.0-rc0
   git push --force apache apache-arrow-20.0.0-rc0
   ```


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to