codeclimate/python-test-reporter

View on GitHub
bin/post-release

Summary

Maintainability
Test Coverage
#!/bin/sh
#
# Usage: bin/post-release
#
###
set -e

git tag -f v$(cat codeclimate_test_reporter/VERSION)
git push origin --tags