Release for Cocos2d-x JS should be made after the nakama-js release (https://github.com/heroiclabs/nakama-js/releases).
Download nakama-js.umd.js
from https://github.com/heroiclabs/nakama-js/releases
Copy nakama-js.umd.js
to NakamaSDK
.
Copy README.md
and CHANGELOG.md
to NakamaSDK
.
Release folder structure:
NakamaSDK/
├── ThirdParty/
│ └── polyfill.min.js
├── nakama-js.umd.js
├── LICENSE
├── CHANGELOG.md
└── README.md
The development team use these steps to build and upload a release.
-
Make archive from
NakamaSDK
folder and name itnakama-cocos2d-js-x.x.x.zip
-
Login and create a new draft release on GitHub.
-
Repeat the changelog in the release description.
-
Attach
nakama-cocos2d-js-x.x.x.zip
-
Publish the release.