Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 536 Bytes

RELEASE.md

File metadata and controls

13 lines (11 loc) · 536 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:
    • make dist serve
    • check examples both in development and hosted modes
  • Run buildtools/release.sh and follow instructions