Skip to content

Commit d00f78d

Browse files
committed
Update release file
1 parent 533fa5c commit d00f78d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASE.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ Each month, a new release is published in accordance to https://github.com/openl
1313
- npm start; open http://localhost:3000/examples # test all examples (dev mode)
1414
- npm run build-examples; python3 -m http.server --directory dist 12345; open http://localhost:12345/examples # test all examples (built mode)
1515
- Publish with:
16+
- npm version minor # or patch
1617
- npm pack
1718
- npm publish # this will publish package olcs (ol-cesium package is obsolete and not updated anymore)
19+
- git push --tags

0 commit comments

Comments
 (0)