From a67dbd23c1db23f06e7a5c47c0b244068f4bbc23 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 6 Aug 2015 10:38:24 -0600 Subject: [PATCH] Removing the bit about waiting for cdnjs --- Release-Procedure.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Release-Procedure.md b/Release-Procedure.md index 30ab38d..4a6ba66 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -61,8 +61,6 @@ Run the `publish.sh` task with the version number as specified in the `package.j ### Update website -It is advisable to wait with this step until the cdnjs url is available (e.g. https://cdnjs.cloudflare.com/ajax/libs/ol3/3.1.0/ol.js for 3.1.0). This can take up to 24 hours. - You need a local clone of the openlayers/openlayers.github.io repo, with the `build` branch checked out. First of all make sure your `build` branch is up to date. Note that the deploy step requires that the remote is named `origin`.