From 27e15628bda2155f795913268066b47aed181bc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Junod?= Date: Mon, 22 Feb 2016 16:59:31 +0100 Subject: [PATCH] Use `grunt zip` instead of `grunt archives` --- Release-Procedure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release-Procedure.md b/Release-Procedure.md index 23ce8f2..f55aee4 100644 --- a/Release-Procedure.md +++ b/Release-Procedure.md @@ -94,7 +94,7 @@ If you run into ```Warning: ENFILE: file table overflow``` check out http://supe Create an archive from the artifacts created by the `npm run deploy` step above. This includes the documentation and source. - treeish=v3.1.0 grunt archives + treeish=v3.1.0 grunt zip 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.