Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 18:13
Immutable release. Only release title and notes can be modified.
v0.8.0
4ba2413

✨ Added

  • Publish curated release notes on the docs site, assembled per release from change fragments.
  • Read jira-cli's own changelog from the CLI with jira release-notes (alias rn): the notes are embedded in the binary and rendered as Markdown — the full history by default, or a single release with a version argument or --latest.

🪲 Fixed

  • Honor a named theme set in config (e.g. dracula, nord) in plain command output — tables and the release-notes view — instead of falling back to the dark palette; previously only the opt-in auto theme (or JIRA_THEME) styled non-TUI output.

📜 Commits

  • 52b3aff feat(changelog): assemble release notes from per-change fragments
  • a61a825 docs(changelog): document the fragment workflow for contributors and agents
  • ffb7b16 docs(changelog): backfill dependency and security history
  • ce57dcf ci(dependabot): scope dependency-update commits
  • 47a50bc docs(changelog): tighten the fragment-vs-exempt guidance
  • ba3ae2b feat(release-notes): show jira-cli's own changelog from the CLI
  • 7d8302d fix(output): apply a named config theme to plain output
  • a32fe42 docs(release-notes): document the release-notes command
  • 62732b9 refactor(release-notes): drop the redundant top-level version from JSON

Full Changelog: v0.7.7...v0.8.0