mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-05-12 00:03:02 +08:00
added script which is updating version number in plugin.xml automatically
This commit is contained in:
@@ -4,5 +4,6 @@ set -e
|
||||
VERSION=$(node -e "console.log(require('./package.json').version)")
|
||||
|
||||
./scripts/update-tough-cookie.sh
|
||||
node ./scripts/update-plugin-xml.js $VERSION
|
||||
npm publish
|
||||
git tag "v$VERSION"
|
||||
|
||||
Reference in New Issue
Block a user