Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down