gh release list --exclude-drafts --exclude-pre-releases --limit 10

Category: GitHub CLI

gh release list --exclude-drafts --exclude-pre-releases --limit 10

List only published stable releases

Filters out draft and prerelease entries so only fully published releases remain, capped at 10. Useful for changelogs and release dashboards where unstable versions would pollute the list. Compare with --json to script the filtered set.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.