#GitHub #GitHub_CLI #gh

おぉ。gh コマンドに release ができるようになったらしい。
hub コマンドと統合した感じだ。

gh release create [tag name]

『GitHub CLI 1.0 is now available』@ GitHub Blog
https://github.blog/2020-09-17-github-cli-1-0-is-now-available/

GitHub CLI 1.0 is now available - The GitHub Blog

GitHub CLI brings GitHub to your terminal. It reduces context switching, helps you focus, and enables you to more easily script and create your own workflows. Earlier this year, we announced the beta of GitHub

The GitHub Blog

brew uninstall hub && \
brew install gh

gh release のヘルプの内容を日本語訳してみた。

​『GitHub のリリースを gh コマンドで実行/操作する(GitHub CLI v1.0)』
https://qiita.com/KEINOS/items/d5da8c154cfb97336e3c

#GitHub #GitHub_CLI #gh

GitHub のリリースを gh コマンドで実行/操作する(GitHub CLI v1.0) - Qiita

コマンドラインで GitHub にリリースしたり、添付ファイルを付けたい TL; DR gh コマンド(GitHub CLI)がベータ版から v1.0.0 になり、release サブ・コマンドが使えるようになりました! ...