Skip to content

Commit

Permalink
docs(releasing): update
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 12, 2017
1 parent 56bd683 commit e2431fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@

# automated release is broken
# https://travis-ci.org/pact-foundation/pact-mock_service/jobs/281630156#L1103
$ VERSION=$(ruby -r ./lib/pact/mock_service/version.rb -e "puts Pact::MockService::VERSION") git tag -a v${VERSION} -m "chore(release): version ${VERSION}" && git push origin v${VERSION}
$ VERSION=$(ruby -r ./lib/pact/mock_service/version.rb -e "puts Pact::MockService::VERSION")
$ git tag -a v${VERSION} -m "chore(release): version ${VERSION}" && git push origin v${VERSION}

0 comments on commit e2431fa

Please sign in to comment.