Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
gitflow
/
caa5830aa81e651723accc3857402fbdf9d0bf8a
/
.
/
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