fix typos in releasing doc
This commit is contained in:
parent
3545280e1d
commit
9b6f9a0b18
1 changed files with 6 additions and 5 deletions
|
@ -235,10 +235,11 @@ Then edit the release on GitGub:
|
||||||
## Fix missing binaries of a release manually
|
## Fix missing binaries of a release manually
|
||||||
|
|
||||||
In the case of a corrupted release with broken CI machines, we might have to
|
In the case of a corrupted release with broken CI machines, we might have to
|
||||||
re-upload the binaries for a already published release.
|
re-upload the binaries for an already published release.
|
||||||
|
|
||||||
The first step is to go to the Releases page and delete the corrupted binaries
|
The first step is to go to the
|
||||||
with the `SHASUMS256.txt` checksum file.
|
[Releases](https://github.com/electron/electron/releases) page and delete the
|
||||||
|
corrupted binaries with the `SHASUMS256.txt` checksum file.
|
||||||
|
|
||||||
Then manually create distributions for each platform and upload them:
|
Then manually create distributions for each platform and upload them:
|
||||||
|
|
||||||
|
@ -255,9 +256,9 @@ git checkout vTHE.RELEASE.VERSION
|
||||||
./script/upload.py --overwrite
|
./script/upload.py --overwrite
|
||||||
```
|
```
|
||||||
|
|
||||||
After re-uploading all distributions, do publish again to upload the checksum
|
After re-uploading all distributions, publish again to upload the checksum
|
||||||
file:
|
file:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm run release
|
npm run release
|
||||||
```
|
```
|
Loading…
Add table
Add a link
Reference in a new issue