github.com/jasonkeene/cli@v6.14.1-0.20160816203908-ca5715166dfb+incompatible/bin/commit-version-bump (about) 1 echo "Adding CHANGELOG" 2 git add CHANGELOG.md 3 echo "Ammending commit with CHANGELOG update" 4 git commit --amend --no-edit 5 6 echo "Retagging" 7 git tag -d v$(cat VERSION) 8 git tag v$(cat VERSION)