Merge pull request #15506 from vector-im/jryans/release-disable-editor
Skip editor confirmation of upgradespull/15517/head
						commit
						36bd39fd21
					
				|  | @ -38,9 +38,7 @@ do | |||
|             echo "Upgrading $i to $latestver..." | ||||
|             yarn add -E $i@$latestver | ||||
|             git add -u | ||||
|             # The `-e` flag opens the editor and gives you a chance to check | ||||
|             # the upgrade for correctness. | ||||
|             git commit -m "Upgrade $i to $latestver" -e | ||||
|             git commit -m "Upgrade $i to $latestver" | ||||
|         fi | ||||
|     fi | ||||
| done | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 J. Ryan Stinnett
						J. Ryan Stinnett