Skip to main content

Atlassian - Changesets

GitHubVersioningChangelogsMonorepos

Project description

Changesets is a workflow that lets contributors declare how the changes they introduce should be released.

It helps automating the package version updates, changelogs and publishing new versions of packages.

For more information about Changesets you can find it here.

Changesets presentation
Changesets bot

A changeset file is written in yaml and contains:

  • a change summary which will be written to the changelog
  • packages that have changed
  • semver bump
.changeset/UNIQUE_ID.md
---
"@changesets/cli": major
---

Change all the things