github.com/elopio/cli@v6.21.2-0.20160902224010-ea909d1fdb2f+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)