Sha256: 9265c03ec596731486dd2ac948c1815b45dfaca220575827a3b6b473ce210c16
Contents?: true
Size: 364 Bytes
Versions: 2
Compression:
Stored size: 364 Bytes
Contents
# Releasing 1. Increment the version in `lib/pact_broker/client/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/client/version.rb $ git commit -m "Releasing version X.Y.Z" 3. Release: $ bundle exec rake release
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pact_broker-client-1.2.0 | RELEASING.md |
pact_broker-client-1.1.0 | RELEASING.md |