Tools: Minor update of CLI release script

pull/3020/head
Laurent Cozic 2020-04-10 19:33:25 +01:00
parent 8cfb014f60
commit 36e23d6432
1 changed files with 1 additions and 0 deletions

View File

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