Sha256: 9a57682d8ece5500b9e46538082e5687a43c2f62a2073c7a394e0dd197c013e8
Contents?: true
Size: 416 Bytes
Versions: 2
Compression:
Stored size: 416 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)' vX.Y.Z..HEAD 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pact_broker-2.1.1 | RELEASING.md |
pact_broker-2.1.0 | RELEASING.md |