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

Tools: Switched to npm version patch since it is not available in yarn

This commit is contained in:
Laurent Cozic
2021-12-27 18:00:01 +01:00
parent 26883d31da
commit 7b90c586cd
5 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ async function main() {
await gitPullTry();
const version = (await execCommand('yarn version patch')).trim();
const version = (await execCommand('npm version patch')).trim();
const tagName = `plugin-generator-${version}`;
console.info(`New version number: ${version}`);