1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00

Tools: Improved CLI release script

This commit is contained in:
Laurent Cozic 2020-01-24 23:18:46 +00:00
parent 710447f879
commit c3d5463589

View File

@ -74,6 +74,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}"`,