Tools: Improved CLI release script

pull/2367/head
Laurent Cozic 2020-01-24 23:18:46 +00:00
parent 710447f879
commit c3d5463589
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ async function main() {
const defaultEditor = await execCommand('echo $EDITOR'); const defaultEditor = await execCommand('echo $EDITOR');
const finalCmds = [ const finalCmds = [
'git pull',
'git add -A', 'git add -A',
`git commit -m "CLI ${newVersion}"`, `git commit -m "CLI ${newVersion}"`,
`git tag "cli-${newVersion}"`, `git tag "cli-${newVersion}"`,