Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Mar 29, 2021
1 parent 0c55934 commit cca314f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/cli/src/parse-args.ts
Expand Up @@ -503,7 +503,12 @@ export const commands: AutoCommand[] = [
],
examples: [
"{green $} auto release",
"{green $} auto release --from v0.20.1 --use-version v0.21.0",
{
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",
},
],
},
{
Expand Down

0 comments on commit cca314f

Please sign in to comment.