added script which is updating version number in plugin.xml automatically

This commit is contained in:
Sefa Ilkimen
2017-10-04 12:59:33 +02:00
parent 52b2efe71b
commit 3476ff7ffb
4 changed files with 100 additions and 95 deletions
+1
View File
@@ -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"