You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
188 B

#!/usr/bin/env bash
set -e
[ -n "$RBENV_DEBUG" ] && set -x
version=v0.3.0
cd "$RBENV_ROOT"
git_revision="$(git describe --tags HEAD 2>/dev/null || true)"
echo ${git_revision:-$version}