Skip to content

Commit

Permalink
Fixed the printed description of how pre command can be used (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Oct 5, 2020
1 parent f453cf1 commit a60c0e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/itchy-buses-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@changesets/cli": patch
---

Fixed the printed description of how `pre` command can be used.
2 changes: 1 addition & 1 deletion packages/cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const { input, flags } = meow(
version [--ignore]
publish [--otp=code]
status [--since-master --verbose --output=JSON_FILE.json]
prerelease <tag>
pre <enter|exit> <tag>
`,
{
flags: {
Expand Down

0 comments on commit a60c0e1

Please sign in to comment.