Skip to content

Latest commit

History

History
11 lines (8 loc) 路 581 Bytes

checking-for-changesets.md

File metadata and controls

11 lines (8 loc) 路 581 Bytes

Checking for changesets

Using @changesets/cli, there is a status command. See the docs for it in the @changesets/cli readme

We have a github bot and a bitbucket addon that alert users of missing changesets.

If you want to cause a failure in CI on missing changesets (not recommended), you can run changeset status --since-master, which will exit with a status code of 1 if there are no new changesets.