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/changelogGenerate structured changelog from recent git commits, grouped by date and categorized by type (features, fixes, etc.) in markdown format.
/changelogGenerates changelog from git history since last tag or reference, grouping conventional commits by type (Features, Fixes, etc.), highlighting breaking changes, in Keep a Changelog format with version bump suggestion.
/changelogGenerates a structured markdown changelog by parsing git history since the last release tag, categorizing commits by type, and suggesting the next version number.
/changelogGenerate structured changelog from ADVPL/TLPP code changes by analyzing git diffs since a commit or date. Groups entries by type with impact details; supports markdown/txt output and file save.
/changelogGenerates structured markdown changelogs from merged PRs grouped by conventional commit type, enriched with task type and investigation verdict annotations.
/changelogGenerates engaging changelog for recent main branch merges, highlighting breaking changes, features, fixes, improvements, and contributor shoutouts. Optional daily/weekly period.