Skip to content

Commit 6dcc237

Browse files
authored
docs: fix examples (changesets#1630)
1 parent baa9d45 commit 6dcc237

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/cli/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ git push --follow-tags
171171
### status
172172

173173
```shell
174-
status [--verbose] [--output={filePath}] [--since={gitTag}]
174+
changeset status [--verbose] [--output={filePath}] [--since={gitTag}]
175175
```
176176

177177
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`.
@@ -187,7 +187,7 @@ The status command provides information about the changesets that currently exis
187187
### pre
188188

189189
```shell
190-
pre [exit|enter {tag}]
190+
changeset pre [exit|enter {tag}]
191191
```
192192

193193
The pre command enters and exits pre mode. The command does not do any actual versioning, when doing a prerelease, you should run `changeset pre enter next`(or a different tag, the tag is what is in versions and is the npm dist tag) and then do the normal release process with `changeset version` and `changeset publish`. For more information about the pre command, see [the prereleases documentation](https://github.com/changesets/changesets/blob/main/docs/prereleases.md).

0 commit comments

Comments
 (0)