Sha256: 41dc82bc5d1401dab75c805531ad2956553d8ea1a8a143428c6016b763f1c674

Contents?: true

Size: 408 Bytes

Versions: 7

Compression:

Stored size: 408 Bytes

Contents

# Releasing

1. Increment the version in `./lib/pact_broker/version.rb`
2. Update the `CHANGELOG.md` using:

      $ bundle exec rake generate_changelog

3. Add files to git

      $ git add CHANGELOG.md lib/pact_broker/version.rb
      $ git commit -m "chore(release): version $(ruby -r ./lib/pact_broker/version.rb -e "puts PactBroker::VERSION")" && git push

3. Release:

      $ bundle exec rake release

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pact_broker-2.7.0.beta.2 RELEASING.md
pact_broker-2.7.0.beta.1 RELEASING.md
pact_broker-2.6.0 RELEASING.md
pact_broker-2.5.1 RELEASING.md
pact_broker-2.5.0 RELEASING.md
pact_broker-2.4.2 RELEASING.md
pact_broker-2.4.1 RELEASING.md