cli/pkg/cmd/release/list
bahtya 57b2477752 Fix infinite loop in 'gh release list --limit 0'
Other list subcommands correctly reject --limit 0 but 'release list'
does not validate the limit, causing an infinite loop.

Add validation consistent with other subcommands and a test.

Closes #13078
2026-04-04 18:13:25 +08:00
..
http.go Add missing TODO comments for featuredetection if-statements 2026-02-16 14:24:32 -07:00
list.go Fix infinite loop in 'gh release list --limit 0' 2026-04-04 18:13:25 +08:00
list_test.go Fix infinite loop in 'gh release list --limit 0' 2026-04-04 18:13:25 +08:00