release-changelog

Git

53 downloads · by community

Generate a CHANGELOG entry from recent commits and bump the version

Install

npx @claudeskill/cli install release-changelog

What this skill does

Reads recent git history, groups commits by conventional-commit type, and writes a CHANGELOG entry under the right semver bump. Updates the version in package.json, creates a release commit and tag, and optionally drafts a GitHub release with the same notes.

Use cases

  • Cutting a release without hand-writing notes
  • Keeping a CHANGELOG.md current across many releases
  • Drafting GitHub release notes for a CI workflow
  • Following semver consistently based on commit types

Related skills