Sha256: a14b21e4e4421b6184aa207fbe707926f11eaf52bc4744fd64caa3a5cacbee37

Contents?: true

Size: 291 Bytes

Versions: 9

Compression:

Stored size: 291 Bytes

Contents

# 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

3. Release:

      $ bundle exec rake release

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
pact-support-0.5.4 RELEASING.md
pact-support-0.5.3 RELEASING.md
pact-support-0.5.1 RELEASING.md
pact-support-0.5.0 RELEASING.md
pact-support-0.4.4 RELEASING.md
pact-support-0.4.3 RELEASING.md
pact-support-0.4.2 RELEASING.md
pact-support-0.4.1 RELEASING.md
pact-support-0.4.0 RELEASING.md