Skip to content

Commit 331861f

Browse files
committed
Add usage for bump-version script
1 parent c94bab6 commit 331861f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/bump-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ case "$component" in
2222
;;
2323
* )
2424
echo "Error - argument must be 'major', 'minor' or 'patch'"
25+
echo "Usage: bump-version [major | minor | patch]"
2526
exit 1
2627
;;
2728
esac

0 commit comments

Comments
 (0)