mirror of https://github.com/laurent22/joplin.git
Tools: Improved CLI release script
parent
710447f879
commit
c3d5463589
|
@ -74,6 +74,7 @@ async function main() {
|
||||||
const defaultEditor = await execCommand('echo $EDITOR');
|
const defaultEditor = await execCommand('echo $EDITOR');
|
||||||
|
|
||||||
const finalCmds = [
|
const finalCmds = [
|
||||||
|
'git pull',
|
||||||
'git add -A',
|
'git add -A',
|
||||||
`git commit -m "CLI ${newVersion}"`,
|
`git commit -m "CLI ${newVersion}"`,
|
||||||
`git tag "cli-${newVersion}"`,
|
`git tag "cli-${newVersion}"`,
|
||||||
|
|
Loading…
Reference in New Issue