1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Android release v0.10.91

This commit is contained in:
Laurent Cozic
2018-02-07 17:57:08 +00:00
parent 480e4fa94b
commit 80801cedf0
4 changed files with 9 additions and 8 deletions

View File

@@ -74,6 +74,7 @@ async function main() {
readmeContent = readmeContent.replace(/(https:\/\/github.com\/laurent22\/joplin-android\/releases\/download\/.*?\.apk)/, downloadUrl);
await fs.writeFile('README.md', readmeContent);
console.info(await execCommand('git pull'));
console.info(await execCommand('git add -A'));
console.info(await execCommand('git commit -m "Android release v' + version + '"'));
console.info(await execCommand('git tag ' + tagName));