Generate changelog using git-cliff, optionally bump version tag
/plugin marketplace add basher83/lunar-claude/plugin install git-workflow@lunar-claude# Generate Changelog
Generate or update CHANGELOG.md using git-cliff based on conventional commits.
**Typical workflow:** Run after `/git-commit` or commit-craft agent, before pushing to remote.
## Current State
- Branch and status: !`git status -sb`
- Recent commits: !`git log --oneline -10`
- Latest tag: !`git describe --tags --abbrev=0 2>/dev/null || echo "No tags yet"`
- Unpushed commits: !`git log --oneline @{u}..HEAD 2>/dev/null || echo "No upstream or no unpushed commits"`
- Working directory: !`git status --porcelain | head -5 || echo "Clean"`
- Unreleased changes preview: !`git...