# Changesets

🦋 A tool to manage versioning and changelogs with a focus on monorepos

Repository: https://github.com/changesets/changesets
Canonical: https://ross.abutalabs.com/products/changesets
Homepage: https://changesets.dev
Language: TypeScript
License: MIT
License Family: permissive
Last push: 2026-08-26T09:46:37+00:00
Link (homepage): https://changesets.dev
Link (site_page): https://changesets.dev/guide/getting-started
Link (site_page): https://changesets.dev/faq

## 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": 2722, "days_push": 7, "days_rel": 14, "gap_med": 0, "n_releases_24m": 112}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 12329, forks 820 (observed 2026-08-28T04:10:52.376402+00:00)

## What it is
Changesets is a CLI tool and workflow for managing package versioning and changelog generation, with first-class monorepo support. Contributors declare changes in Markdown files with YAML frontmatter, and the tool handles semver bumps, changelogs, and publishing.

## Use cases
- manage versioning and changelogs in a monorepo
- automate npm package releases from pull requests
- let contributors declare semver bump types per change
- generate changelogs automatically for multiple packages
- keep interdependent workspace packages in sync
- set up a release PR workflow in CI

## When to choose
- you maintain a monorepo with multiple published packages
- you want contributors to describe release intent in PRs
- you need automated version bumps, changelogs, and npm publishing

## When to avoid
- you release a single app with no published packages
- you prefer fully conventional-commit-based release tooling like semantic-release
- you need non-JavaScript package ecosystems

## Facets
- artifact type: cli-tool
- maturity: active
- function: version-control, ci-cd, developer-tools, documentation
- domain: developer-tools, version-control
- platform: cli, cross-platform
- tags: semver, changelog, monorepo, npm-publishing, release-automation, automation, nodejs

## Member repositories
- changesets/changesets (main) score 95
- changesets/action (plugin) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:52.376402+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:14:09.339042+00:00, confidence not recorded.
  - readme: https://github.com/changesets/changesets (fetched 2026-08-28T04:10:52.376402+00:00, sha e32943571487)
  - homepage: https://changesets.dev (fetched 2026-08-29T08:12:03.548472+00:00, sha 3f96615743be)
  - site_page: https://changesets.dev/guide/getting-started (fetched 2026-08-29T08:12:03.557507+00:00, sha c02ec53fc628)
  - site_page: https://changesets.dev/faq (fetched 2026-08-29T08:12:03.559409+00:00, sha c4a58045c81f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
