From 171ee98ac802ebbc3040f658feea0f5307372d1c Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 20 Jul 2018 18:30:18 -0600 Subject: [PATCH] Updated Release Procedure (markdown) --- Release-Procedure.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Release-Procedure.md b/Release-Procedure.md index ae6c025..07772e6 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -53,19 +53,10 @@ Tag the release. In a working copy of the openlayers/openlayers repo: ### Publish to npm -**DON'T DO THIS RIGHT NOW** - Run the `publish.sh` task with the version number as specified in the `package.json` (without the "v" prefix). The `publish.sh` script makes sure that the tag name and the version in `package.json` for that tag match. This implies you have an npm user account which has the correct permissions. ./tasks/publish.sh 3.1.0 -**DO THIS INSTEAD** - -Publish the ol package: - - cd src/ol - 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.