You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,7 @@ Important: merge commits messages are ignored by the tool when calculating next
97
97
|**`--skipCommitTypes`**|`string[]`|`[]`| treat commits with specified types as non invoking version bump ([details](https://github.com/jscutlery/semver#skipping-release-for-specific-types-of-commits)) |
98
98
|**`--skipCommit`**|`boolean`|`false`| skips generating a new commit, leaves all changes in index, tag would be put on last commit ([details](https://github.com/jscutlery/semver#skipping-commit)) |
99
99
|**`--commitMessageFormat`**|`string`|`undefined`| format the auto-generated message commit ([details](https://github.com/jscutlery/semver#commit-message-customization)) |
100
+
|**`--customJsonPath`**|`string[]`|`undefined`| another json files to update version. Values should be like: 'src/version.json:build.version'. Part after colon says path to attribute |
0 commit comments