Sha256: dcdbbefae5d2e563f970574409b418fbf14b4ab9d18b97466582c5b2bb37c829
Contents?: true
Size: 416 Bytes
Versions: 62
Compression:
Stored size: 416 Bytes
Contents
#!/bin/sh set -e bundle exec bump ${1:-minor} --no-commit bundle exec rake generate_changelog git add CHANGELOG.md lib/pact_broker/version.rb VERSION=$(ruby -r ./lib/pact_broker/version.rb -e "puts PactBroker::VERSION") git commit -m "chore(release): version ${VERSION}" bundle exec rake release # git tag -a v${VERSION} -m "chore(release): version ${VERSION}" # git push origin v${VERSION} # git push origin master
Version data entries
62 entries across 62 versions & 1 rubygems