mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Tools: Minor update of CLI release script
This commit is contained in:
parent
8cfb014f60
commit
36e23d6432
@ -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}"`,
|
||||
|
Loading…
Reference in New Issue
Block a user