Skip to content

Commit

Permalink
fix: indentation in command docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
EricCrosson authored and antongolub committed Oct 25, 2021
1 parent 2f25e33 commit 816a02d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ const cli = meow(
--first-parent Apply commit filtering to current branch only.
--deps.bump Define deps version updating rule. Allowed: override, satisfy, inherit.
--deps.release Define release type for dependent package if any of its deps changes. Supported values: patch, minor, major, inherit.
--ignore-packages Packages' list to be ignored on bumping process
--ignore-packages Packages' list to be ignored on bumping process
--ignore-private-packages Ignore private packages
--help Help info.
--help Help info.
Examples
$ multi-semantic-release --debug
$ multi-semantic-release --deps.bump=satisfy --deps.release=patch
$ multi-semantic-release --ignore-packages=packages/a/**,packages/b/**
$ multi-semantic-release --ignore-packages=packages/a/**,packages/b/**
`,
{
flags: {
Expand Down

0 comments on commit 816a02d

Please sign in to comment.