Add --latest=false example to release create command
This commit is contained in:
parent
18d8079d6f
commit
7b2bd95c9a
1 changed files with 3 additions and 0 deletions
|
|
@ -115,6 +115,9 @@ func NewCmdCreate(f *cmdutil.Factory, runF func(*CreateOptions) error) *cobra.Co
|
|||
|
||||
Use release notes from a file
|
||||
$ gh release create v1.2.3 -F changelog.md
|
||||
|
||||
Don't mark the release as latest
|
||||
$ gh release create v1.2.3 --latest=false
|
||||
|
||||
Upload all tarballs in a directory as release assets
|
||||
$ gh release create v1.2.3 ./dist/*.tgz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue