gh release edit v1.1.0 --latest --title 'v1.1.0 stable'

Category: GitHub CLI

gh release edit v1.1.0 --latest --title 'v1.1.0 stable'

Mark a release as latest and retitle it

--latest promotes the release to be the newest stable release GitHub recommends, useful after promoting a release candidate, and --title rewrites its heading. The body and assets stay untouched. Demoting is done with --latest=false.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.