Merge branch 'trunk' into fix-cannot-lock-pr-url

This commit is contained in:
Takamura 2024-03-18 23:06:10 +09:00 committed by GitHub
commit efc8dbc4ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ func NewCmdUpload(f *cmdutil.Factory, runF func(*UploadOptions) error) *cobra.Co
Long: heredoc.Docf(`
Upload asset files to a GitHub Release.
To define a display label for an asset, append text starting with %[1]%#%[1]% after the
To define a display label for an asset, append text starting with %[1]s#%[1]s after the
file name.
`, "`"),
Args: cobra.MinimumNArgs(2),