Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

Commit

Permalink
improved README a bit, and updated version in build_package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JoJordens committed Apr 11, 2018
1 parent a1e0872 commit 7c77dcd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion build_package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "socket-io-tester",
"version": "1.2.0",
"version": "1.2.2",
"main": "index.js"
}

0 comments on commit 7c77dcd

Please sign in to comment.