Merge pull request #10246 from electron/another-final-step-in-releasing
edit release on github after promoting to latest
This commit is contained in:
commit
6956f2fc69
1 changed files with 7 additions and 1 deletions
|
@ -209,4 +209,10 @@ To promote a beta version to stable (aka `latest`):
|
|||
|
||||
```
|
||||
npm dist-tag add electron@1.2.3 latest
|
||||
```
|
||||
```
|
||||
|
||||
Then edit the release on GitGub:
|
||||
|
||||
1. Remove `beta` from the release name: electron v1.7.5 ~~beta~~
|
||||
1. Uncheck the `prerelease` checkbox.
|
||||
1. Click "Update release"
|
Loading…
Reference in a new issue