changelog-format | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / changelog-format

changelog-format

maintained by academiadocodigo

star 119 account_tree 58 verified_user MIT License
bolt View GitHub

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, or Fixed.
  • 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-DD and add a new empty [Unreleased] section above it.

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 119
GitHub Forks 58
Created Mar 2026
Last Updated 3 months ago
tools tools automation tools

Related Skills

specs-gen
chevron_right
glm-coding-agent
chevron_right
creating-pr
chevron_right
writing-skills
chevron_right
reviewing-pr
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.