Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1017 Bytes

File metadata and controls

20 lines (18 loc) · 1017 Bytes

Howto create a new release

Frequency

Each month, a new release is published in accordance to https://github.com/openlayers/ol-cesium/wiki/Versioning-policy.

Steps

  • Update OpenLayers and Cesium dependencies to latest stable version
  • Check the Cesium CHANGES.md for API changes and update the Cesium externs
  • Update the version number in package.json
  • Compile from scratch and run all tests:
  • Publish with:
    • npm version minor # or patch
    • npm pack
    • npm publish # this will publish package olcs (ol-cesium package is obsolete and not updated anymore)
    • git push --tags # this will trigger the deploy workflow to publish the website and create a draft GitHub release
    • Review and publish the draft release at https://github.com/openlayers/ol-cesium/releases