Sha256: 185298682a108ed09cbf1930887d21678e441de85513f2d41989b7a55c8a47ef
Contents?: true
Size: 385 Bytes
Versions: 1
Compression:
Stored size: 385 Bytes
Contents
# Releasing 1. Increment the version in `lib/pact_broker/client/version.rb` 2. `bundle exec appraisal update` 3. Update the `CHANGELOG.md` using: $ git log --pretty=format:' * %h - %s (%an, %ad)' 4. Add files to git $ git add CHANGELOG.md lib/pact_broker/client/version.rb $ git commit -m "Releasing version X.Y.Z" 5. Release: $ bundle exec rake release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pact_broker-client-1.3.0 | RELEASING.md |