Add changelog entry to package
package_add_changelogAdd a categorized changelog entry to a package to document breaking changes, features, bug fixes, or changes, ensuring a clear version history for users.
Instructions
Add a changelog entry to a package.
Use this tool to:
Document changes to your package
Track breaking changes, new features, bug fixes, and general changes
Maintain a history of package evolution
Communicate updates to package users
Changelog entries are timestamped and categorized. They help users understand what changed between package versions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | The entry type: breaking, change, bugfix, or feature | |
| author | No | GitHub handle to attribute the entry to. Leave unset to use the changelog default. | |
| description | Yes | Description of the change | |
| package_dir | Yes | Path to the package directory |