You've already forked joplin
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:
@@ -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}"`,
|
||||
|
Reference in New Issue
Block a user