cli/pkg/cmd/release
Yukai Chou d7b8ecf33d Unify use of tab indent in non-test source files
Found with
    rg '(^ | \t|\t )' -g '*.go' -g '!*_test.go'

Mixed indent exceptions:
- wrapped long list items with extra 2-space indent
- code snippets using space indent
- commented code lines having "\t*// \t+" prefix
2024-08-03 00:35:30 +08:00
..
create Unify use of tab indent in non-test source files 2024-08-03 00:35:30 +08:00
delete Delete local tag when running gh release delete --cleanup-tag (#7884) 2023-09-07 12:04:15 +00:00
delete-asset Add --verify-tag to release edit command (#7646) 2023-07-07 14:23:39 +00:00
download Fix some typos raised by codespell 2024-01-17 15:34:49 +01:00
edit switch to [] characters for default info in usage strings 2024-02-01 21:35:31 +00:00
list fixed linting 2024-01-26 16:12:55 -05:00
shared Export databaseId for releases 2024-07-23 13:41:56 +02:00
upload Fix the description of gh release upload 2024-03-18 11:19:20 +00:00
view Export databaseId for releases 2024-07-23 13:41:56 +02:00
release.go Group PR, release, and repo subcommands 2022-12-21 14:47:59 +01:00