cli/pkg/cmd/release
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
..
create improve docstring for release-create 2025-10-16 11:54:05 -07: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 Use t.Chdir in tests 2025-06-17 11:44:14 +02:00
edit Inconsistent format of examples in help text 2025-02-27 16:26:25 +05:00
list Fix infinite loop in 'gh release list --limit 0' 2026-04-04 18:13:25 +08:00
shared test fixup 2025-10-22 08:56:13 -07:00
upload Clarify --clobber flag deletes assets before re-uploading 2026-02-17 18:11:57 -07:00
verify Update release verify commands to use sentinel value 2025-10-22 15:26:36 +00:00
verify-asset Update release verify commands to use sentinel value 2025-10-22 15:26:36 +00:00
view include immutable field in release view 2025-07-10 11:46:09 -07:00
release.go refactor to simplify implementation 2025-06-05 10:35:21 -07:00