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.