cli/pkg/cmd/release/upload
Roman Podoliaka 0d84970bbb
Fix the description of gh release upload
The formatting verb is used incorrectly and produces a misleading
help text for this command:

```
To define a display label for an asset, append text starting with %#% after the file name.
```

instead of the expected:

```
To define a display label for an asset, append text starting with `#` after the file name.
```
2024-03-18 11:19:20 +00:00
..
upload.go Fix the description of gh release upload 2024-03-18 11:19:20 +00:00
upload_test.go Updated to sanitize asset filename prior to uploading. Fixes #7024 2023-05-22 15:29:48 -04:00