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