forked from NASAWorldWind/WebWorldWind
-
Notifications
You must be signed in to change notification settings - Fork 8
Release Process
Bruce Schubert edited this page Sep 9, 2018
·
4 revisions
- Update
develop
branch with fixes, enhancements, etc. - Update version number property in
WorldWind.js
and check in. - Execute
npm run build
to generate build artifacts and check in. - Execute
npm version x.y.z
to updatepackage.json
and tag the version. - Push the
develop
branch and the newtags\vx.y.z
branch. - Execute
npm publish
to publish to the worldwindjs npm repository. - Upload the
worldwind.js
,worldwind.min.js
andimages.zip
files from thebuild
folder to GitHub releases. - Update the download URLs in
docs/_config.yml
. - Merge
develop
intomaster
.