2 # Build the package, tag a commit, push it to origin, and then release the
7 version="$(script/package | grep Version: | awk '{print $2}')"
8 [ -n "$version" ] || exit 1
10 git commit --allow-empty -a -m "Release $version"
12 git push --tags origin
13 gem push pkg/*-${version}.gem