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" }