AI AGENT ADDONS

Changelog Automation

wshobson/agents
Release Management
10,672installs

Keeping a clear record of changes helps everyone on a team. This guide shows how to turn commits and pull requests into a clean changelog. It uses the Keep a Changelog format and Conventional Commits to make release notes easy to read and maintain.

With automated changelog generation, you save time and avoid mistakes. The system pulls change descriptions from commit messages and organizes them by version. This way, users and developers always know what is new, fixed, or broken.

Best practices include writing clear commit messages, linking to issues, and marking breaking changes. Following these rules allows tools to build a changelog automatically. This skill is useful for anyone managing software releases or setting up release workflows.

Add Changelog Automation skill to your workflow

Global

mkdir -p ~/.claude/skills/changelog-automation

Project

mkdir -p .claude/skills/changelog-automation

Source Repository

Stars
37,285
Forks
4,009
Watchers
37,285
License
MIT
Last Push
26 days ago
Created
1 year ago