glab-whatsnew - Man Page
Show release notes for new versions of glab.
Synopsis
glab whatsnew [version] [flags]
Description
With no arguments, shows release notes for every glab release published since the last time you ran 'whatsnew' or saw the post-upgrade banner ā capped at the most recent 10 releases.
Pass a version argument to view notes for a specific release, or use --since to set an explicit baseline.
Options
--latest[=false] Show release notes for the latest published release only. (default false)
--since="" Show release notes for every release newer than this version.
Options Inherited from Parent Commands
-h, --help[=false] Show help for this command.
Example
# Show release notes for every release since you last looked glab whatsnew # Show notes for the latest published release glab whatsnew --latest # Show notes for a specific version glab whatsnew v1.85.0 # Show notes for every release published after a given version glab whatsnew --since v1.80.0
See Also
Referenced By
Jun 2026 Auto generated by spf13/cobra