# conventional-changelog/conventional-changelog

Generate changelogs and release notes from a project's commit messages and metadata.

Repository: https://github.com/conventional-changelog/conventional-changelog
Canonical: https://ross.abutalabs.com/products/conventional-changelog
Homepage: http://conventional-changelog.js.org/
Language: TypeScript
License: ISC
License Family: permissive
Topics: changelog, history, git, tag, metadata, hacktoberfest
Last push: 2026-08-26T20:07:31+00:00

## Health v2 (maintenance only)
Score: 95/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 99, release rhythm 86, longevity 100
- inputs: {"age_days": 4624, "days_push": 7, "days_rel": 15, "gap_med": 0.0, "n_releases_24m": 101}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 8502, forks 742 (observed 2026-08-28T04:10:23.158189+00:00)

## What it is
A family of Node.js tools that generate CHANGELOG.md files and release notes from git commit history following conventions like Conventional Commits. It includes a CLI, a chainable JS API, and composable parser/filter/writer packages, plus a recommended version bump tool.

## Use cases
- generate changelog from git commit messages
- automate release notes from conventional commits
- determine next semver version bump from commits
- write CHANGELOG.md for npm package releases
- generate changelogs for monorepo packages
- integrate changelog generation into CI/CD release pipeline

## When to choose
- your project follows Conventional Commits or Angular commit conventions
- you want automated, grouped, linked changelogs without hand-editing
- you need a JS API to build custom release tooling
- you want commit history to drive major/minor/patch version decisions

## When to avoid
- your commit history is unstructured and you can't adopt a commit convention
- you need a full release automation tool rather than changelog generation (consider semantic-release or commit-and-tag-version built on top)
- your project doesn't use git

## Facets
- artifact type: cli-tool
- maturity: active
- function: cli, developer-tools, documentation, parser, version-control, workflow-automation
- domain: developer-tools, version-control, documentation
- platform: cli, cross-platform
- tags: changelog, conventional-commits, git, release-notes, semver, monorepo, automation, nodejs

## Member repositories
- conventional-changelog/conventional-changelog (main) score 95

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:23.158189+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:26:42.959446+00:00, confidence not recorded.
  - readme: https://github.com/conventional-changelog/conventional-changelog (fetched 2026-08-28T04:10:23.158189+00:00, sha 943e5e4b1e0f)
  - homepage: http://conventional-changelog.js.org/ (fetched 2026-08-29T08:27:16.420597+00:00, sha ce81ec75d1fb)
  - site_page: https://conventional-changelog.js.org/getting-started (fetched 2026-08-29T08:27:16.429690+00:00, sha 49f99662cf24)
  - registry_npm: https://registry.npmjs.org/conventional-changelog (fetched 2026-08-29T08:27:16.439848+00:00, sha d465276623da)
  - site_page: https://conventional-changelog.js.org/conventional-changelog/cli (fetched 2026-08-29T08:27:16.431676+00:00, sha 8c7c607e17e8)
  - site_page: https://conventional-changelog.js.org/conventional-changelog/api (fetched 2026-08-29T08:27:16.434865+00:00, sha 287c34150736)
  - site_page: https://conventional-changelog.js.org/changelog-writer (fetched 2026-08-29T08:27:16.437453+00:00, sha 5adf7884fdc4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
