-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b46db4b
commit 1bf08cc
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ CLI flag options: | |
--ignore-private Exclude private packages. True by default. | ||
--ignore-packages Packages list to be ignored on bumping process (append to the ones that already exist at package.json workspaces) | ||
--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. | ||
--deps.release Define release type for dependent package if any of its deps changes. Supported values: patch, minor, major, inherit. | ||
--tag-format Format to use for creating tag names. Should include "name" and "version" vars. Default: "${name}@${version}" generates "[email protected]" | ||
--help Help info. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters