Merge pull request #9296 from cchristous/patch-1

fix: indentation in 'gh release create --help'
This commit is contained in:
William Martin 2024-07-08 10:45:20 +02:00 committed by GitHub
commit 0df5596512
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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