Updated Release Procedure (markdown)

Tim Schaub
2018-06-26 13:23:31 -06:00
parent c53e6d791a
commit 2fa7ec2bdf
-8
@@ -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.