cli/pkg/cmd/release/create
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.go Unify use of tab indent in non-test source files 2024-08-03 00:35:30 +08:00
create_test.go Move config interfaces into gh package (#9060) 2024-05-10 10:39:36 +02:00
http.go fix(release create): Handle latest flag value when updating the release after assets are uploaded (#8207) 2023-11-01 15:17:05 +01:00