Improve the help message for -F (#9525)
Changing to `release-notes.md` from `changelog.md` may help users better contextually understand usage. Co-authored-by: Tyler McGoffin <jtmcg@github.com>
This commit is contained in:
parent
327451627c
commit
192f57ef42
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ func NewCmdCreate(f *cmdutil.Factory, runF func(*CreateOptions) error) *cobra.Co
|
|||
$ gh release create v1.2.3 --generate-notes
|
||||
|
||||
Use release notes from a file
|
||||
$ gh release create v1.2.3 -F changelog.md
|
||||
$ gh release create v1.2.3 -F release-notes.md
|
||||
|
||||
Use annotated tag notes
|
||||
$ gh release create v1.2.3 --notes-from-tag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue