Problem
There is no CHANGELOG.md and no automated release process. The commitlint.config.js enforces conventional commit messages but they do not drive automated versioning or changelog generation.
Fix
- Add
CHANGELOG.md (can be auto-generated from git history)
- Add
release-please or semantic-release GitHub Action to automate version bumping, changelog entries, and GitHub Release creation
Impact
Low DX — improves release management and communication.
Problem
There is no
CHANGELOG.mdand no automated release process. Thecommitlint.config.jsenforces conventional commit messages but they do not drive automated versioning or changelog generation.Fix
CHANGELOG.md(can be auto-generated from git history)release-pleaseorsemantic-releaseGitHub Action to automate version bumping, changelog entries, and GitHub Release creationImpact
Low DX — improves release management and communication.