mirror of
https://github.com/laurent22/joplin.git
synced 2026-06-18 20:16:34 +02:00
CLI v1.0.133
This commit is contained in:
@@ -74,7 +74,7 @@ async function main() {
|
||||
|
||||
await execCommand('npm publish');
|
||||
|
||||
const changelog = await execCommand('node ../Tools/git-changelog ' + changelogFrom);
|
||||
const changelog = await execCommand('node ' + rootDir + '/Tools/git-changelog ' + changelogFrom);
|
||||
|
||||
const newChangelog = await insertChangelog(newTag, changelog);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user