Skip to content
ivmartel edited this page Dec 30, 2021 · 8 revisions

Welcome to the dwv-jqui wiki!

For now the wiki is used to store unordered notes...

Release

These are the steps needed to create a release.

🚧 Prepare

  1. checkout the master branch
  2. update the version number in package.json, service-worker.js and src/applauncher.js
  3. commit and push to master

🚀 Create build and publish

  1. create the github release (this will trigger the CI and create the stable build on the gh-pages branch)
  2. checkout the gh-pages branch
  3. zip the the demo/stable folder and add it to the release assets

🚧 Post steps

  1. checkout the master branch
  2. update the version number in package.json, service-worker.js and src/applauncher.js
  3. commit and push to master
Clone this wiki locally