django-ddp/bumpversion.sh

4 lines
194 B
Bash
Raw Permalink Normal View History

2015-04-23 04:52:22 +00:00
#!/bin/sh
cd "${0%/*}"
cat setup.py | sed -e "s/version='[0123456789]\{1,\}\.[0123456789]\{1,\}\.[01234567989]\{1,\}'/version='$( git rev-parse --abbrev-ref HEAD | cut -d / -f 2 )'/" > setup.py