From ba27a0fdd0afd293a972932e7fdc15f0e90f47fd Mon Sep 17 00:00:00 2001 From: Mark Chandler Date: Mon, 28 Jun 2021 10:04:34 -0400 Subject: [PATCH] Update cli status docs exit error code note --- packages/cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/README.md b/packages/cli/README.md index 1e9d0ee8f..a882b8db0 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -173,7 +173,7 @@ git push --follow-tags status [--verbose] [--output={filePath}] [--since={gitTag}] ``` -The status command provides information about the changesets that currently exist. If there are no changesets present, it exits with an error status code. +The status command provides information about the changesets that currently exist. If there are changes to packages but no changesets are present, it exits with error status code `1`. - `--verbose` - use if you want to know the new versions, and get a link to the relevant changeset summary.