zed/script/bump-collab-version

9 lines
166 B
Plaintext
Raw Normal View History

2022-10-22 04:01:12 +03:00
#!/bin/bash
2022-10-27 22:00:45 +03:00
if [[ $# < 1 ]]; then
echo "Missing version increment (major, minor, or patch)" >&2
exit 1
fi
exec script/lib/bump-version.sh collab collab-v '' $1