Skip to content

Commit

Permalink
fix examples for release command
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyBozhko committed Feb 22, 2023
1 parent 128a7df commit 449cc7c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions packages/cli/src/parse-args.ts
Original file line number Diff line number Diff line change
Expand Up @@ -512,12 +512,13 @@ export const commands: AutoCommand[] = [
prerelease,
],
examples: [
"{green $} auto release",
{
desc:
"This command can be used in isolation easily. This example will: tag the release version at 'to' and create a GitHub release changelog over the commits range",
example:
"{green $} auto release --from v0.20.1 --to HEAD --use-version v0.21.0",
desc: "Create a GitHub release",
example: "{green $} auto release",
},
{
desc: "Create a GitHub release using provided commit range and version",
example: "{green $} auto release --from v0.20.1 --to HEAD --use-version v0.21.0",
},
],
},
Expand Down

0 comments on commit 449cc7c

Please sign in to comment.