Files
cordova-plugin-advanced-http/release.sh
T
Sefa Ilkimen 4954385361 - fix issue #16: removed build script and prebuild hook
- implement release script
2017-09-29 16:35:34 +02:00

9 lines
162 B
Bash
Executable File

#!/usr/bin/env bash
set -e
VERSION=$(node -e "console.log(require('./package.json').version)")
./scripts/update-tough-cookie.sh
npm publish
git tag "v$VERSION"