diff --git a/pkg/cmd/release/create/create.go b/pkg/cmd/release/create/create.go index a8e894d2a..1cfc5ba06 100644 --- a/pkg/cmd/release/create/create.go +++ b/pkg/cmd/release/create/create.go @@ -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