Add Changelog banner
nicepkg nicepkg

Add Changelog

Documentation community

Description

--- allowed-tools: Read, Edit, Write, Bash argument-hint: [version] | [entry-type] [description] description: Generate and maintain project changelog with Keep a Changelog format --- # Add Changelog Entry Generate and maintain project changelog: $ARGUMENTS ## Current State - Existing changelog: @CHANGELOG.md (if exists) - Recent commits: !`git log --oneline -10` - Current version: !`git describe --tags --abbrev=0 2>/dev/null || echo "No tags found"` - Package version: @package.json (if exist

Installation

Installs to ~/.claude/commands/nicepkg-vsync-add-changelog.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/nicepkg/vsync/HEAD/.claude/commands/add-changelog.md -o ~/.claude/commands/nicepkg-vsync-add-changelog.md

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

Full documentation available on GitHub

View Source Repository