-
Notifications
You must be signed in to change notification settings - Fork 26
Home
ivmartel edited this page Dec 30, 2021
·
6 revisions
Welcome to the dwv-jqmobile wiki!
For now the wiki is used to store unordered notes...
Prepare:
- checkout the
master
branch - update the version number in
package.json
andservice-worker.js
- commit and push (
master
branch): this will trigger a CI build and publish todemo/trunk
Check the build and publish:
- check that the CI build is ok
- create a github release with a tag equal to the version: this will trigger a CI build and publish to
demo/stable
- add a zip of the 'demo/stable' folder of the
gh-pages
branch to the release assets
Post steps:
- checkout the
master
branch - update the version number in
package.json
andservice-worker.js
- commit and push (
master
branch)