CLI v1.0.133

This commit is contained in:
Laurent Cozic
2019-05-13 23:55:53 +01:00
parent 047897621a
commit 451b9c0ae9
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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);