From 2fa7ec2bdf6a6a26b648684e62430158110defa4 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 26 Jun 2018 13:23:31 -0600 Subject: [PATCH] Updated Release Procedure (markdown) --- Release-Procedure.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Release-Procedure.md b/Release-Procedure.md index 0d22fd3..be0bf85 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -59,14 +59,6 @@ Run the `publish.sh` task with the version number as specified in the `package.j ./tasks/publish.sh 3.1.0 -### Publish the ol package to npm - -Run the make target for creating the package, and publish the package to npm. This implies you have an npm user account which has the correct permissions. - - make package - cd build/package - npm publish - ### Update website You need a local clone of the [openlayers.github.io](https://github.com/openlayers/openlayers.github.io) repo, with the `build` branch checked out.