mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-04-24 00:00:03 +08:00
4954385361
- implement release script
9 lines
162 B
Bash
Executable File
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"
|