We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533fa5c commit d00f78dCopy full SHA for d00f78d
RELEASE.md
@@ -13,5 +13,7 @@ Each month, a new release is published in accordance to https://github.com/openl
13
- npm start; open http://localhost:3000/examples # test all examples (dev mode)
14
- npm run build-examples; python3 -m http.server --directory dist 12345; open http://localhost:12345/examples # test all examples (built mode)
15
- Publish with:
16
+ - npm version minor # or patch
17
- npm pack
18
- npm publish # this will publish package olcs (ol-cesium package is obsolete and not updated anymore)
19
+ - git push --tags
0 commit comments