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:
parent
710447f879
commit
c3d5463589
@ -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}"`,
|
||||
|
Loading…
Reference in New Issue
Block a user