We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d424be commit 5b766b1Copy full SHA for 5b766b1
1 file changed
src/gitversion/_bump-version.sh
@@ -12,7 +12,7 @@ set -e
12
# Parse command line arguments using zz_args helper
13
eval $(
14
zz_args "Bump version files utility" $0 "$@" <<- help
15
- m minimal minimal Only bump workspace files if commit scope relates to workspace name
+ m - minimal Only bump workspace files if commit scope relates to workspace name
16
r range range Git range to check for affected workspaces (required for minimal mode)
17
d - dry_run Show what would be updated without making changes
18
- version version Version to set in files (optional - will use GitVersion if not provided)
0 commit comments