From cda1cafe3f060dca3040addc96d47cfaa1816e01 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Wed, 11 Jul 2018 11:05:18 +0200 Subject: [PATCH] Describe current way to publish --- Release-Procedure.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Release-Procedure.md b/Release-Procedure.md index f0cf94b..fa0669a 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -60,6 +60,13 @@ Run the `publish.sh` task with the version number as specified in the `package.j ./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.