Purpose
Generate or update CHANGELOG.md from Git history using conventional commits. Supports semantic versioning and release automation.
Arguments
--version <v>— Target version (e.g.,1.2.0). If omitted, suggests based on commit types.--from <tag>— Starting point (default: last tag or initial commit)--dry-run— Show changelog without writing
Version inference
Based on commits since last tag:
featwithBREAKING CHANGE→ major bumpfeat→ minor bump
[Description truncada. Veja o README completo no GitHub.]