From e4b873efcea5b8759cd6bfc209abb3d20dafbb4a Mon Sep 17 00:00:00 2001 From: Petr Pridal Date: Thu, 2 Apr 2015 09:36:05 +0200 Subject: [PATCH] The instructions for v3.1.0-dist.zip file for release --- Release-Procedure.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Release-Procedure.md b/Release-Procedure.md index 947d253..ecf8510 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -93,6 +93,11 @@ Create an archive from the artifacts created by the `npm run deploy` step above. cd .grunt/openlayers-website/dist/en/ zip -r v3.1.0.zip v3.1.0/ + # + small dist (library+css only) package + mkdir v3.1.0-dist + cp v3.1.0/build/ol.js v3.1.0/build/ol-debug.js v3.1.0/css/ol.css v3.1.0-dist + zip -r v3.1.0-dist.zip v3.1.0-dist/ + Note: we do not rely on the archive created by GitHub because it only contains the source code. Our archive includes the ol builds, the hosted examples, the generated API docs, etc. Edit the GitHub release page for the tag to include the Markdown from the changelog created above.