glab-whatsnew
Installation
SKILL.md
glab whatsnew
View GitLab CLI release notes from the terminal.
Quick start
# Show release notes since the last viewed/post-upgrade baseline, capped at 10 releases
glab whatsnew
# Show notes for the latest published release
glab whatsnew --latest
# Show notes for a specific release
glab whatsnew v1.102.0
# Show notes for every release after a baseline
glab whatsnew --since v1.100.0