nolimitcity / nolimit.js

Javascript game loader and API for operators to load and communicate with Nolimit City games.
https://nolimitjs.nolimitcdn.com/
0 stars 5 forks source link

Release/deploy 1.2.86 to prod on the 5th of November #77

Open rebecka01 opened 4 days ago

rebecka01 commented 4 days ago

Release/deploy 1.2.86 to prod on the 5th of November

Today we have 1.2.85

This is to release the new loaders Labs/Over the limit etc. For more background, see https://github.com/nolimitcity/loader/issues/135

There are three parts to get this working in prod:

The loader is already out in prod, and some of the games. So last step is to release the last nolimit.js to prod.

You might want to discuss with Malcolm regarding what time we should do this. Since biz wants to make a happening out of this :)

grunka commented 4 days ago

The thing that needs to be done for nolimit.js is to publish the committed version 1.2.86 as the latest. Since everything is committed the only thing needed to be run is this from a check out of this repository:

npm run www

Due to how it works an install and/or build is not necessary as it has already been done. Doing a full build will create another new version and this we don't want. This command will "simply" promote the checked in version to be the latest one in the gh-pages branch.

More details for the curious can be found in DEVELOPMENT.md and/or the scripts included in package.json