Skip to content

Commit

Permalink
chore: update release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Nov 1, 2017
1 parent 299a2f6 commit 9a804b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Run:

script/update.sh

This will update to the latest version of the pact broker gem allowable by the Gemfile. Note that if you want to release a beta version, you will need to specify the version explicitly. eg `gem "pact_broker", "2.7.0.beta.3"`

## Debugging

# Check Pact Broker can start
Expand Down
2 changes: 2 additions & 0 deletions script/release.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
set -e

DOCKER_IMAGE="dius/pact-broker"

export TAG=$(script/next-docker-tag.sh)
Expand Down

0 comments on commit 9a804b4

Please sign in to comment.