-
Notifications
You must be signed in to change notification settings - Fork 19
Home
ivmartel edited this page May 20, 2021
·
8 revisions
Welcome to the dwv-jqui wiki!
For now the wiki is used to store unordered notes...
These are the steps needed to create a release.
- checkout the
master
branch - update the version number in
package.json
andservice-worker.js
- commit and push
master
- create the github release (this will create the stable build on the
gh-pages
branch) - checkout the
gh-pages
branch - zip the the
demo/stable
folder and add it to the release assets
- checkout the
master
branch - update the version number in
package.json
andservice-worker.js
- commit and push
master