-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #445 from fredj/rename
Rename ol3-cesium to ol-cesium
- Loading branch information
Showing
37 changed files
with
174 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[submodule "ol3"] | ||
path = ol3 | ||
url = https://github.com/openlayers/ol3.git | ||
[submodule "ol"] | ||
path = ol | ||
url = https://github.com/openlayers/openlayers.git | ||
[submodule "cesium"] | ||
path = cesium | ||
url = https://github.com/AnalyticalGraphicsInc/cesium.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
# Howto create a new release | ||
|
||
## Frequency | ||
Each month, a new release is published in accordance to https://github.com/openlayers/ol3-cesium/wiki/Versioning-policy. | ||
Each month, a new release is published in accordance to https://github.com/openlayers/ol-cesium/wiki/Versioning-policy. | ||
|
||
## Steps | ||
- Update Ol3 and Cesium dependencies to latest stable version | ||
- Update OpenLayers and Cesium dependencies to latest stable version | ||
- Check the Cesium CHANGES.md for API changes and update the Cesium externs | ||
- Compile from scratch and run all tests: | ||
- `make dist && make check && make dist-examples && make dist-apidoc && make serve` | ||
- check examples both in development and hosted modes | ||
- Add the release to github | ||
- mentioning in the description the OL3 and Cesium version we compiled with | ||
- adding the zip generated by `VERSION=ol3-cesium-v`grep version package.json | cut -f4 -d'"' | cut -d. -f1-2` && cp -R dist/ $VERSION && zip -r $VERSION.zip $VERSION` | ||
- mentioning in the description the OpenLayers and Cesium version we compiled with | ||
- adding the zip generated by `VERSION=ol-cesium-v`grep version package.json | cut -f4 -d'"' | cut -d. -f1-2` && cp -R dist/ $VERSION && zip -r $VERSION.zip $VERSION` | ||
- Update npm by calling `npm publish`. | ||
- Update github.io examples by calling `build/publish-website.sh` | ||
- Announce the release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"src": [ | ||
"src/**/*.js", | ||
"ol3/src/**/*.js", | ||
"ol3/build/ol.ext/*.js" | ||
"ol/src/**/*.js", | ||
"ol/build/ol.ext/*.js" | ||
], | ||
"exports": ["*"] | ||
} |
Oops, something went wrong.