Skip to content

changelog-generator

Produce consistent, auditable release notes from Conventional Commits. Separates commit parsing, semantic-bump logic, and changelog rendering for automated releases with editorial control. Use when cutting a release, generating CHANGELOG.md from git history, computing the next semantic version from commits, automating release notes in CI, or planning a hotfix/rollback. Examples: 'generate the changelog for v1.4.0', 'what version bump do these commits require', 'we need an emergency hotfix process'.

Repository Source folder

Details

Path
engineering/skills/changelog-generator
Bundled scripts
3
Dependencies
1

Bundled scripts

  • engineering/skills/changelog-generator/scripts/generate_changelog.py
  • engineering/skills/changelog-generator/scripts/commit_linter.py
  • engineering/skills/changelog-generator/scripts/version_bumper.py

FAQ