Merge pull request #9296 from cchristous/patch-1
fix: indentation in 'gh release create --help'
This commit is contained in:
commit
0df5596512
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ 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
|
||||
Don't mark the release as latest
|
||||
$ gh release create v1.2.3 --latest=false
|
||||
|
||||
Upload all tarballs in a directory as release assets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue