Add a new entry to the project's CHANGELOG.md file following Keep a Changelog format
Adds entries to CHANGELOG.md following Keep a Changelog format.
/plugin marketplace add davepoon/buildwithclaude/plugin install commands-documentation-changelogs@buildwithclaude<version> <change_type> <message>Add a new entry to the project's CHANGELOG.md file based on the provided arguments.
Parse $ARGUMENTS to extract:
<message> is the description of the change/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"
This command will:
The CHANGELOG follows the Keep a Changelog format and Semantic Versioning.
The command should:
Remember to update the package version in __init__.py and setup.py if this is a new version.