#!/bin/sh exec git config --local alias.tag-with-version \ "!exec git tag -s \`python setup.py --version\`"