Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
gitflow
/
f206ba6ce13bcbd2e9d7d116a85f60c576443ed3
/
.
/
bump-version
blob: 60eac0d89c6ccd71db9db98441c37c82caa32a9c [
file
] [
log
] [
blame
]
#!/bin/sh
usage
()
{
echo
"usage: bump-version <version-id>"
}
if
[
$
# -ne 1 ]; then
usage
exit
1
fi
echo
"GITFLOW_VERSION=$1"
>
gitflow
-
version
git add gitflow
-
version
git commit
-
m
"Bumped version number to $1"
gitflow
-
version