From 7c77dcdcbd3a76f81335f7403b3d662bf819548e Mon Sep 17 00:00:00 2001 From: Jo Jordens Date: Wed, 11 Apr 2018 11:05:34 +0200 Subject: [PATCH] improved README a bit, and updated version in build_package.json --- README.md | 14 ++++++++++---- build_package.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cebdfcd..0ef30b5 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,14 @@ start test server by running `node socketTest/index.js` ## When updating - -* change version numbers in package.json -* update version number in .app `socket-io.tester.app/Contents/Info.plist` -* compress and upload to github +* change version numbers in `package.json` AND `build_package.json` +* create git tag `git tag v1.0.0` +* push changes `git push` +* and push tags `git push --tags` +* create release draft with new tag and version as release name +* Really important release NAME is the version with the v: `v1.0.0` +* Really important that `build_package.json` has the correct version without the v: `1.0.0` +* build with `package` script +* compress each build in the package dir individually and upload to github +* release diff --git a/build_package.json b/build_package.json index 4c3bcf7..0021e9f 100644 --- a/build_package.json +++ b/build_package.json @@ -1,5 +1,5 @@ { "name": "socket-io-tester", - "version": "1.2.0", + "version": "1.2.2", "main": "index.js" }