jira release-notes¶
- Usage:
jira release-notes [version] [flags] - Aliases:
rn
Print jira-cli's own release notes — embedded in the binary — so you can see what changed in the tool without opening GitHub or the docs site.
With no arguments it prints the full changelog, newest first. Pass a version (e.g. 0.7.7) for a single release, or --latest for just the newest one. Human output is rendered Markdown; --output=json returns the notes as structured data.
On an interactive terminal, a full history taller than the screen pages like git log (JIRA_PAGER/PAGER selects an external pager; a built-in one is the default). Pass --no-pager to print directly. Piped output, machine modes, and agent sessions always stream straight through and never page.
This is jira-cli's changelog. It is unrelated to a Jira project's releases.
Output¶
--no-pager¶
Print directly instead of paging long output
Options¶
--latest¶
Show only the newest release