Skip to content

Commit 5b766b1

Browse files
committed
fix(gitversion): 🐛 correct minimal flag argument in bump version utility
1 parent 6d424be commit 5b766b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gitversion/_bump-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set -e
1212
# Parse command line arguments using zz_args helper
1313
eval $(
1414
zz_args "Bump version files utility" $0 "$@" <<- help
15-
m minimal minimal Only bump workspace files if commit scope relates to workspace name
15+
m - minimal Only bump workspace files if commit scope relates to workspace name
1616
r range range Git range to check for affected workspaces (required for minimal mode)
1717
d - dry_run Show what would be updated without making changes
1818
- version version Version to set in files (optional - will use GitVersion if not provided)

0 commit comments

Comments
 (0)