Release Preview
Display unreleased changes since the last version tag.
Workflow
- Get latest version tag:
git tag --sort=-version:refname | head -1 - List commits since tag:
git log --oneline <tag>..HEAD --no-merges - Generate changelog:
bunx git-cliff --unreleased --strip header - Summarize: feature count, fix count, overall assessment
Output Format
- Categorized change list (Features, Fixes, Refactor, etc.)
- Commit hash and description for each change
- Summary assessment (user-facing vs developer-focused changes)
- Prompt to run
/releaseskill if user wants to proceed
Converted and distributed by TomeVault — claim your Tome and manage your conversions.