diff --git a/package.json b/package.json index 712d55bab..cf1b90402 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "itownsExtName": "French Geoportal Extension for Itowns", "version": "2.0.0", "leafletExtVersion": "2.0.0", - "olExtVersion": "1.0.0", + "olExtVersion": "2.0.0", "itownsExtVersion": "1.0.0", "description": "French Geoportal Extensions for OpenLayers, Leaflet and iTowns libraries", "main": "dist/leaflet/GpPluginLeaflet.js, dist/openlayers/GpPluginOpenLayers.js, dist/itowns/GpPluginItowns.js, dist/mix/GpPluginOlItowns.js", diff --git a/scripts/release/README.md b/scripts/release/README.md index 0b8f940fc..b340cee08 100644 --- a/scripts/release/README.md +++ b/scripts/release/README.md @@ -1,3 +1,5 @@ +(obselète) + # Publication des releases A partir de ce depot (central), on va publier sur **npm** ainsi que sur **bower (obselète)**, diff --git a/scripts/release/release.sh b/scripts/release/release.sh index 0bb94a553..4a7918c1e 100755 --- a/scripts/release/release.sh +++ b/scripts/release/release.sh @@ -238,7 +238,7 @@ info () { -- build : ${OPTS_RUN_BUILD} -- data : ${OPTS_RUN_DATA} -- json : ${OPTS_RUN_JSON} --- git : ${OPTS_RUN_COMMIT} +-- commit : ${OPTS_RUN_COMMIT} -- tag : ${OPTS_RUN_TAG} -- publish : ${OPTS_RUN_PUBLISH} -- clean : ${OPTS_RUN_CLEAN}