Skip to content
Bruce Schubert edited this page Sep 9, 2018 · 4 revisions

How to create a WorldWindJS release

  1. Update develop branch with fixes, enhancements, etc.
  2. Update version number property in WorldWind.js and check in.
  3. Execute npm run build to generate build artifacts and check in.
  4. Execute npm version x.y.z to update package.json and tag the version.
  5. Push the develop branch and the new tags\vx.y.z branch.
  6. Execute npm publish to publish to the worldwindjs npm repository.
  7. Upload the worldwind.js, worldwind.min.js and images.zip files from the build folder to GitHub releases.
  8. Update the download URLs in docs/_config.yml.
  9. Merge develop into master.