github.com/rakutentech/cli@v6.12.5-0.20151006231303-24468b65536e+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
     5  
     6  echo "Retagging"
     7  git tag -d v$(cat VERSION)
     8  git tag v$(cat VERSION)