changelog_example

Expected Changelog Output

Content Preview
# Expected Changelog Output

## [2.3.0] - 2024-01-15

### Breaking Changes
- ui: redesign dashboard with new component library - The dashboard API endpoints have changed structure. Frontend clients must update to use the new /v2/dashboard endpoints. The legacy /v1/dashboard endpoints will be removed in version 3.0.0. (#345, #367, #389) [m1n2o3p]

### Added
- auth: add OAuth2 integration with Google and GitHub (#123, #145) [a1b2c3d]
- payment: add Stripe payment processor integration (#567) [g7h8
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/changelog_example.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering/release-manager/expected_outputs/changelog_example.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering/release-manager/expected_outputs/changelog_example.md

Related Skills