kou opened a new pull request, #46066:
URL: https://github.com/apache/arrow/pull/46066

   ### Rationale for this change
   
   `gh release upload` doesn't have `--verify-tag` option:
   
   ```console
   $ gh release upload --help
   Upload asset files to a GitHub Release.
   
   To define a display label for an asset, append text starting with `#` after 
the
   file name.
   
   
   USAGE
     gh release upload <tag> <files>... [flags]
   
   FLAGS
     --clobber   Overwrite existing assets of the same name
   
   INHERITED FLAGS
         --help                     Show help for command
     -R, --repo [HOST/]OWNER/REPO   Select another repository using the 
[HOST/]OWNER/REPO format
   
   LEARN MORE
     Use `gh <command> <subcommand> --help` for more information about a 
command.
     Read the manual at https://cli.github.com/manual
   ```
   
   ### What changes are included in this PR?
   
   Remove `--verify-tag`.
   
   ### Are these changes tested?
   
   Yes.
   
   ### Are there any user-facing changes?
   
   No.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to