Add note about setting $ELECTRON_GITHUB_TOKEN
This commit is contained in:
		
					parent
					
						
							
								7a73c0189f
							
						
					
				
			
			
				commit
				
					
						3a44663003
					
				
			
		
					 1 changed files with 7 additions and 0 deletions
				
			
		| 
						 | 
					@ -43,6 +43,7 @@ Merge the temporary back into master, without creating a merge commit:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```sh
 | 
					```sh
 | 
				
			||||||
git merge release master --no-commit
 | 
					git merge release master --no-commit
 | 
				
			||||||
 | 
					git push origin master
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
If this fails, rebase with master and rebuild:
 | 
					If this fails, rebase with master and rebuild:
 | 
				
			||||||
| 
						 | 
					@ -65,6 +66,12 @@ npm start
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Verify the window is displaying the current updated version.
 | 
					Verify the window is displaying the current updated version.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Set `$ELECTRON_GITHUB_TOKEN`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Create a personal access token with "repo" scope, and set it in your environment as `ELECTRON_GITHUB_TOKEN`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					You will only need to do this once.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Publish the release
 | 
					## Publish the release
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This script will download the binaries and generate the node headers and the .lib linker used on Windows by node-gyp to build native modules.
 | 
					This script will download the binaries and generate the node headers and the .lib linker used on Windows by node-gyp to build native modules.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue