You've already forked joplin
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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user