Sha256: aa2e1bdb9457f8d864cc8083e0cca22f79c0709acb77bd5dce0c7415e86cbd5f

Contents?: true

Size: 420 Bytes

Versions: 2

Compression:

Stored size: 420 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)' vX.Y.Z..HEAD

3. Add files to git

      $ git add CHANGELOG.md lib/pact/support/version.rb
      $ git commit -m "Releasing version $(ruby -r ./lib/pact/support/version.rb -e "puts Pact::Support::VERSION")"

3. Release:

      $ bundle exec rake release

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pact-support-1.1.5 RELEASING.md
pact-support-1.1.4 RELEASING.md