Files
webtorrent-desktop/bin/release-_post.sh
Feross Aboukhadijeh b63aa090dc fix release script
2016-05-13 23:11:23 -07:00

10 lines
133 B
Bash
Executable File

#!/bin/sh
set -e
git diff --exit-code
npm run package -- --sign
git push
git push --tags
npm publish
./node_modules/.bin/gh-release