edit release on github after promoting to latest
This commit is contained in:
parent
c6289ef219
commit
fd6aeda6f6
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…
Add table
Add a link
Reference in a new issue