Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
glab(1) 								 glab(1)

NAME
     glab-whatsnew - 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  a
     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.

     --since=""       Show  release notes for every release newer than this ver-
     sion.

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
     glab(1)

Auto generated by spf13/cobra	    Aug 2026				 glab(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=glab-whatsnew&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help