Skip to content

Commit

Permalink
wip: revert all the changes back to work on master
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Mar 30, 2020
1 parent 65d4bcd commit 6b11832
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ jobs:
skip_cleanup: true
script: ./scripts/publish.sh
on:
# tags: true
# branch: master
branch: chore/fix-releases
tags: true
branch: master
- provider: releases
api_key:
secure: FmoLJnO8GNxyztR2P433ZCumYPrxiZdBCfVhmhTGYlXhOfVaAECm0gUVPLZuBQRUaqsef5ekg+OSIA5xbrnNoOQ9qlmnF2n+5yiwqG6o35XLA4L6lB5pL+x8xoAAgpaj9dTD184HKGdub3heQStTPRd2ll3nNRwxhfyIyBaMX3elDTH3mkV2QxNhG1RTgJe322PQrwoU2sWkghTWNr4t+h/G+oYu364xwZuxFX1hrFpAW+IEmbDSuhmCe24lMU96ntIiciRU3eBYR7s3KlktOFgMORXMRw3H/qaGmx7rKtpJ892XGRuVbw+tPB3A1jbFvOwJwzpnsWG5REu3PkZ6oiWpnX+5riN3jPyvFpWd+LLfH1KdZeBnF/anEfl+mSPdrDROOWotV3Xt5zOiEwx2j4BRbDNfa6wXzX0zK31AMf0IFmw7KZJkzcyWjNRluxTn3r2bbjNoi+gBojQuX27R3AQz5G0E0yZUk5ujmcd+85WOgNh/zVwsZLHYVQxDyULkbDTCDAulBsJLyxUFRs0JixyHCvA6srrUdpcO0NdyDfvULk9e/g/c9aD56Rk4xT4/Xa7K1fAHLjLkV6CA4H9Of96Zl2BK8r6LAlw382hO7FaZH+A3YShObEeTiZsDbfSQrFl5x8aimvc9oeYopvvQ+EdZxHvvwxHQIp/MWOybdJ4=
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pact-foundation/pact",
"version": "9.9.1-beta.1",
"version": "9.9.1",
"description": "Pact for all things Javascript",
"main": "./pact.js",
"types": "./pact.d.ts",
Expand Down
4 changes: 1 addition & 3 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

which npm
npm run dist
which npm
NPM=$(realpath $(which npm))
echo $NPM

# Link the build so that the examples are always testing the
# current build, in it's properly exported format
cd dist && $NPM link | cd ..
Expand Down
4 changes: 2 additions & 2 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ echo "--> Releasing version ${VERSION}"

echo "--> Releasing artifacts"
echo " Publishing pact@${VERSION}..."
npm publish dist --access public --tag travis
npm publish dist --access public --tag latest
echo " done!"

echo " Publishing pact-web@${VERSION}..."
npm publish dist-web --access public --tag travis
npm publish dist-web --access public --tag latest
echo " done!"

0 comments on commit 6b11832

Please sign in to comment.