Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 859 Bytes

RELEASE.md

File metadata and controls

19 lines (17 loc) · 859 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