Skip to content

Commit

Permalink
Improve the help message for -F (cli#9525)
Browse files Browse the repository at this point in the history
Changing to `release-notes.md` from `changelog.md` may help users better contextually understand usage.

Co-authored-by: Tyler McGoffin <jtmcg@github.com>
  • Loading branch information
Goooler and jtmcg authored Aug 28, 2024
1 parent 3274516 commit 192f57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/release/create/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 192f57e

Please sign in to comment.