github.com/cloudfoundry-attic/cli-with-i18n@v6.32.1-0.20171002233121-7401370d3b85+incompatible/bin/tag-version (about)

     1  #!/usr/bin/env bash
     2  
     3  set -e
     4  
     5  ROOT_DIR=$(cd $(dirname $(dirname $0)) && pwd)
     6  version=$(cat ci/VERSION)
     7  
     8  echo "Creating v$version tag at current version"
     9  git tag v$version
    10  git push --tags