Skip to content

Files

Latest commit

 

History

History
14 lines (8 loc) · 291 Bytes

RELEASING.md

File metadata and controls

14 lines (8 loc) · 291 Bytes

Releasing

  1. Increment the version in lib/pact/support/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/support/version.rb

  4. Release:

    $ bundle exec rake release