Claude Code CommandProject Management30 installs

Add To Changelog

Add entry to project changelog following Keep a Changelog format

Install with the Claude Code Templates CLI
$ npx claude-code-templates@latest --command="project-management/add-to-changelog" --yes

Requires Claude Code. The command adds this command to your project's .claudedirectory — nothing runs on ToolZip's servers.

What's inside this command

Component source

Update Changelog

Add a new entry to the project's CHANGELOG.md file: $ARGUMENTS

Usage Examples

  • /add-to-changelog 1.1.0 added "New markdown to BlockDoc conversion feature"
  • /add-to-changelog 1.0.2 fixed "Bug in HTML renderer causing incorrect output"

Current Changelog State

  • Existing changelog: @CHANGELOG.md (if exists)
  • Project version files: @package.json or @setup.py (if exists)

Task

Add the specified change entry to CHANGELOG.md:

Arguments:
  • Version: First argument (e.g., "1.1.0")
  • Change Type: Second argument (added/changed/deprecated/removed/fixed/security)
  • Message: Third argument (description of the change)

Requirements:
  • Create CHANGELOG.md with standard header if it doesn't exist
  • Find or create version section with today's date
  • Add entry under appropriate change type section
  • Follow Keep a Changelog format and Semantic Versioning
  • Update package version files if this is a new version

The changelog should follow Keep a Changelog format.

Type
Command
Category
Project Management
Installs
30
Source
GitHub ↗

Related Claude Code Commands

Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.