#!/bin/bash
yarn &&
npm run newtests &&
grunt dist publish &&
upload-coverage.sh coverage/phantomjs/cobertura.xml js-qs $(npm -j ls js-qs | jq -r .version) &&
npm run sonar-scan &&
npm version patch -m "Setting version to %s" &&
git push