#!/bin/bash
# vim: set ft=sh

set -e -x

VERSION=$(cat ./version/number)
if [ -z "$VERSION" ]; then
  echo "missing version number"
  exit 1
fi


CANDIDATE_DIR=$PWD/cf-networking-tarball

git config --global user.email "container-networking+ci@pivotal.io"
git config --global user.name "Container Networking Bot"


