Sha256: 3c400f53bb9dd884f2e427253696be3c8c4c15e28d63ed9cc874d38641e1d440
Contents?: true
Size: 403 Bytes
Versions: 3
Compression:
Stored size: 403 Bytes
Contents
# Releasing 1. Increment the version in `./lib/pact_broker/version.rb` 2. Update the `CHANGELOG.md` using: $ git log --pretty=format:' * %h - %s (%an, %ad)' 3. Add files to git $ git add CHANGELOG.md lib/pact_broker/version.rb $ git commit -m "Releasing version $(ruby -r ./lib/pact_broker/version.rb -e "puts PactBroker::VERSION")" 3. Release: $ bundle exec rake release
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pact_broker-2.4.0 | RELEASING.md |
pact_broker-2.3.0 | RELEASING.md |
pact_broker-2.2.0 | RELEASING.md |