github.com/dcarley/cf-cli@v6.24.1-0.20170220111324-4225ff346898+incompatible/bin/commit-version-bump (about)

     1  echo "Adding CHANGELOG"
     2  git add CHANGELOG.md
     3  echo "Ammending commit with CHANGELOG update"
     4  git ci --amend --no-edit --reset-author
     5  
     6  echo "Retagging"
     7  git tag -d v$(cat ci/VERSION)
     8  git tag v$(cat ci/VERSION)