mini changelog

Shows the project's CHANGELOG.md changes (read-only).

↔ See the interactive form (/mini:…)

Usage

mini changelog [options]

  (no option)   Print the latest released version's section
  --unreleased  Print the pending [Unreleased] section
  --all         Print the whole changelog history

Description

The terminal command. Prints sections of the project's CHANGELOG.md (the keepachangelog format mini maintains). On its own it shows the latest released version's section; --unreleased shows the pending [Unreleased] entries that have accumulated since the last release, and --all prints the whole history. It is read-only — it changes no state and writes nothing; the changelog itself is filled during `mini done` and dated on a minor/major release.

Examples

# Show the latest released version's section
mini changelog

# Show what is pending for the next release
mini changelog --unreleased

# Print the whole history
mini changelog --all