name: changelog-format description: CHANGELOG format reference
CHANGELOG Format
Use the following template when updating CHANGELOG.md:
# Changelog
## [Unreleased]
### Added
- **FeatureName** - description (file.pas)
### Changed
- **ModifiedName** - what changed (file.pas)
### Fixed
- **BugName** - what was fixed (file.pas)
## [1.0.0] - 2024-01-15
### Added
- **InitialRelease** - description (file.pas)
Rules
- Group entries under
Added,Changed, orFixed. - Bold the feature/item name.
- Include the affected file in parentheses.
- New entries go under
[Unreleased]until a release is tagged. - When releasing, rename
[Unreleased]to[X.Y.Z] - YYYY-MM-DDand add a new empty[Unreleased]section above it.
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
119
GitHub Forks
58
Created
Mar 2026
Last Updated
3 months ago
tools
tools automation tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!