-
Notifications
You must be signed in to change notification settings - Fork 38
Home
ivmartel edited this page Jun 1, 2021
·
19 revisions
Welcome to the dwv-react wiki!
For now the wiki is used to store unordered notes...
The project is set to build to the trunk folder on the gh-pages branch.
Prepare:
- checkout the
master
branch - in
package.json
:- update the version number
- change the
homepage
to refer todwv-react/demo/stable
- commit and push (
master
branch)
Create build and publish:
- run
yarn run build
in the root folder, the build is in thebuild folder
, copy it out of the sourced control folder - checkout the
gh-pages
branch - copy the content of the build folder to the
demo/stable
folder - commit and push (
gh-pages
branch) - test the live stable demo
- create a github release with a tag equal to the version and the zipped build folder as asset
Post steps:
- checkout the
master
branch - in
package.json
:- update the version number
- change the
homepage
to refer todwv-react/demo/trunk
- commit and push (
master
branch)