Fix CodeMirror release process documentation
The generated zip file needs to be prefixed with 'codemirror-'. Change-Id: I2d6bdfdcd02b65f90128bda5b949be0c452e6f38
This commit is contained in:
parent
65775d33ee
commit
1449a3e248
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user