From Dev Process
Generates a CHANGELOG.md entry and GitHub release notes from git commits grouped by conventional commit type, then commits the changelog, creates a git tag, and notifies the team.
How this command is triggered — by the user, by Claude, or both
Slash command
/dev-process:changelog version number e.g. v2.1.0The summary Claude sees in its command listing — used to decide when to auto-load this command
# 📝 Changelog Generator: $ARGUMENTS Создай changelog для версии: **$ARGUMENTS** ## Process: ### 1. Git Analysis Fetch commits since last release, group by type (Conventional Commits) ### 2. GitHub Integration Fetch PR details, closed issues ### 3. Format CHANGELOG.md Based on Keep a Changelog format ### 4. Generate Release Notes Create GitHub Release ### 5. Distribution - Commit changelog - Create git tag - Notify team
Создай changelog для версии: $ARGUMENTS
Fetch commits since last release, group by type (Conventional Commits)
Fetch PR details, closed issues
Based on Keep a Changelog format
Create GitHub Release
npx claudepluginhub jhamidun/claude-code-config-pack --plugin dev-process/changelogAnalyzes recent git commits and generates a structured changelog grouped by date and categorized by change type (features, fixes, refactors, etc.).
/changelogGenerates a changelog from git history since the last tag or specified reference point, grouping conventional commits by type and outputting in Keep a Changelog format.
/changelogParses git history since the last release tag, categorizes commits by conventional commit type, and generates a structured markdown changelog in Keep a Changelog format.
/changelogGenerates a structured changelog from ADVPL/TLPP code diffs, grouped by change type (NEW, FIX, etc.), with file and table references. Accepts --since, --format, --output, and --group-by flags.
/changelogGenerates a structured markdown changelog from merged GitHub PRs using FORGE:TRAJECTORY annotations, grouped by conventional commit type. Accepts tag range, date since, or last-N PRs.
/changelogGenerates engaging changelog for recent main branch merges, highlighting breaking changes, features, fixes, improvements, and contributor shoutouts. Optional daily/weekly period.