You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-06 09:19:22 +02:00
Tools: trim
This commit is contained in:
@@ -50,7 +50,7 @@ async function insertChangelog(tag, changelog) {
|
||||
async function main() {
|
||||
process.chdir(appDir);
|
||||
|
||||
const newVersion = await execCommand('npm version patch');
|
||||
const newVersion = (await execCommand('npm version patch')).trim();
|
||||
console.info(`Building ${newVersion}...`);
|
||||
const newTag = `cli-${newVersion}`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user