1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-13 22:12:50 +02:00

Tools: Minor update of CLI release script

This commit is contained in:
Laurent Cozic
2020-04-10 19:33:25 +01:00
parent 8cfb014f60
commit 36e23d6432

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}"`,