From 4815455d6d26388bdde298b8f67c9f0584aed4bf Mon Sep 17 00:00:00 2001 From: Thomas Dekiere Date: Sun, 19 Nov 2023 17:32:37 +0100 Subject: [PATCH] docs: rename master to main --- docs/automating-changesets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/automating-changesets.md b/docs/automating-changesets.md index fd54332d9..04ea7fbcb 100644 --- a/docs/automating-changesets.md +++ b/docs/automating-changesets.md @@ -32,7 +32,7 @@ In your CI process, add a step that runs: changeset status --since=main ``` -This will exit with exit code 1 if there have been no new changesets since master. +This will exit with exit code 1 if there have been no new changesets since main branch. In some cases, you may _want_ to merge a change without doing any releases (such as when you only change tests or build tools). In this case, you can run `changeset --empty`. This will add a special changeset that does not release anything.