gh release create v1.1.0 --draft --generate-notes

Category: GitHub CLI

gh release create v1.1.0 --draft --generate-notes

Create a draft release with generated notes

--draft creates the release without publishing it, visible only to maintainers, and --generate-notes prefills the body from merged PRs. Drafts let you review notes and assets before going public. Publish by editing --draft=false or via the web UI.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.