From 1449a3e2486c9e44fd18debf98d1c2fe08642536 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Thu, 15 Jan 2015 13:52:31 +0900 Subject: [PATCH] Fix CodeMirror release process documentation The generated zip file needs to be prefixed with 'codemirror-'. Change-Id: I2d6bdfdcd02b65f90128bda5b949be0c452e6f38 --- Documentation/dev-contributing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/dev-contributing.txt b/Documentation/dev-contributing.txt index f5caf407fd..c1f398fda8 100644 --- a/Documentation/dev-contributing.txt +++ b/Documentation/dev-contributing.txt @@ -350,7 +350,7 @@ the version number: * Create the release zip file: + ---- - git archive --format=zip --prefix=codemirror-4.10.0-6-gd0a2dda/ d0a2dda > 4.10.0-6-gd0a2dda.zip + git archive --format=zip --prefix=codemirror-4.10.0-6-gd0a2dda/ d0a2dda > codemirror-4.10.0-6-gd0a2dda.zip ---- * Determine the sha1 hash of the zip file: