Fix CodeMirror release process documentation

The generated zip file needs to be prefixed with 'codemirror-'.

Change-Id: I2d6bdfdcd02b65f90128bda5b949be0c452e6f38
This commit is contained in:
David Pursehouse 2015-01-15 13:52:31 +09:00
parent 65775d33ee
commit 1449a3e248

View File

@ -350,7 +350,7 @@ the version number:
* Create the release zip file: * 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: * Determine the sha1 hash of the zip file: