Loading...
Loading...
Generate and maintain changelogs following Keep a Changelog and Conventional Commits standards. Use when releasing versions, documenting changes, or updating project history.
npx skill4agent add peopleforrester/claude-dotfiles changelog-writer# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- New feature description
### Changed
- Modified behavior description
### Deprecated
- Soon-to-be removed feature
### Removed
- Removed feature description
### Fixed
- Bug fix description
### Security
- Security fix description
## [1.0.0] - 2026-01-15
### Added
- Initial release
- Core functionality
[Unreleased]: https://github.com/user/repo/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/user/repo/releases/tag/v1.0.0| Category | Use For |
|---|---|
| Added | New features |
| Changed | Changes in existing functionality |
| Deprecated | Features to be removed in future |
| Removed | Features removed in this release |
| Fixed | Bug fixes |
| Security | Security vulnerability fixes |
### Added
- Add user authentication with JWT tokens
- Add rate limiting (100 requests/minute per IP)
- Add CSV export for reports
### Fixed
- Fix memory leak when processing large files (#234)
- Fix incorrect timezone handling in date picker### Added
- Added stuff
- New feature
- Updates
### Fixed
- Fixed bug
- Fix issue# Bad
- Fixed a bug
# Good
- Fix crash when uploading files larger than 10MB (#156)# Bad
- Changed the API
# Good
- Change `/users` endpoint to require authentication (BREAKING)- Add dark mode support (#234)
- Fix memory leak in image processor (fixes #189)### Changed
- **BREAKING**: Rename `getUser()` to `fetchUser()` for consistency
- **BREAKING**: Remove deprecated `v1` API endpoints| Commit Type | Changelog Category |
|---|---|
| Added |
| Fixed |
| (usually not included) |
| (usually not included) |
| Changed (if user-facing) |
| Changed |
| (usually not included) |
| (usually not included) |
| Changed/Removed |
feat: add user profile page
fix: resolve login timeout issue (#123)
feat!: change authentication to OAuth 2.0### Added
- Add user profile page
### Changed
- **BREAKING**: Change authentication to OAuth 2.0
### Fixed
- Resolve login timeout issue (#123)MAJOR.MINOR.PATCH
1.0.0 → 1.0.1 (patch: bug fixes)
1.0.1 → 1.1.0 (minor: new features, backward compatible)
1.1.0 → 2.0.0 (major: breaking changes)| Change Type | Version Bump |
|---|---|
| Bug fix (backward compatible) | PATCH |
| New feature (backward compatible) | MINOR |
| Breaking change | MAJOR |
| Security fix | PATCH (or MINOR if new feature) |
[Unreleased]## [1.2.0] - 2026-01-15npx conventional-changelog -p angular -i CHANGELOG.md -s# .github/workflows/release.yml
- uses: google-github-actions/release-please-action@v4
with:
release-type: nodenpx changeset # Create changeset
npx changeset version # Update versions# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.1.0] - YYYY-MM-DD
### Added
- Initial release
- [List initial features]
[Unreleased]: https://github.com/user/repo/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/user/repo/releases/tag/v0.1.0