Generate Changelog banner
istarwyh istarwyh

Generate Changelog

Documentation community

Description

Generate CHANGELOG.md from git commit history: $ARGUMENTS. This command supports multiple modes: - **Full changelog**: Generate changelog from all commits since last tag - **PR changelog**: Generate changelog for the latest merged PR only - **Range changelog**: Generate changelog for specific commit range # USAGE MODES ## Mode 1: Latest PR Changelog ```bash claude generate-changelog --pr claude generate-changelog --latest-pr ``` ## Mode 2: Full Version Changelog ```bash claude generate-cha

Installation

Installs to ~/.claude/commands/istarwyh-mcpadvisor-generate-changelog.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/istarwyh/mcpadvisor/HEAD/.claude/commands/generate-changelog.md -o ~/.claude/commands/istarwyh-mcpadvisor-generate-changelog.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository