Skip to content

Commit

Permalink
chore(build): tag 6.x.x as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Oct 1, 2018
1 parent f2ed7d7 commit eca67f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ done

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

echo "--> Creating pact-web package"
Expand All @@ -32,5 +32,5 @@ for type in "${types[@]}"; do
done

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

0 comments on commit eca67f7

Please sign in to comment.