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
Babak K. Shandiz
065fc38c4d
feat(release list): add isImmutable JSON field
...
Signed-off-by: Babak K. Shandiz <babakks@github.com>
2025-10-31 19:53:39 +00:00
victor
5cea8aa74d
fixed linting
2024-01-26 16:10:48 -05:00
victor
795213319e
added Order flag for release list command
2024-01-26 15:47:08 -05:00
Victor Martinez
b62e977c91
Add --json export flags to release list command ( #8474 )
2024-01-17 10:51:01 -08:00
Owen Voke
57f5bd8cdd
Add support to exclude pre-releases from release list ( #6625 )
2022-12-08 08:53:12 +02:00
Mislav Marohnić
3fe5026d39
Migrate to tableprinter from go-gh ( #6346 )
2022-10-17 15:15:39 +02:00
ffalor
c3a3ce5bee
Add exclude-drafts flag to gh release list
2022-05-09 20:47:39 +00:00
Håvard Anda Estensen
58cb773e09
Replace ioutil with io and os ( #5498 )
2022-04-26 13:07:44 +02:00
Gil Raphaelli
a6f6ad74ae
release list: correctly label the Latest release ( #4921 )
...
since https://docs.github.com/en/graphql/overview/changelog#schema-changes-for-2021-01-19
Co-authored-by: Mislav Marohnić <mislav@github.com>
2022-03-30 17:08:21 +00:00
Mislav Marohnić
11fbb60ae7
Rename the module to "github.com/cli/cli/v2"
2021-08-25 12:41:30 +02:00
Mislav Marohnić
4976bd75e1
Fix date-based release output and tests
2020-09-01 19:09:10 +02:00
Mislav Marohnić
9b45112e69
Add tests for release list/delete
2020-08-28 19:26:16 +02:00