Tools: fix git-changelog

pull/4074/head
Laurent Cozic 2020-11-11 12:40:43 +00:00
parent 6f11487dba
commit ad654e30d5
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ async function gitLog(sinceTag) {
const output = [];
for (const line of lines) {
if (!line.trim()) continue;
const splitted = line.split('::::DIV::::');
const commit = splitted[0];
const authorEmail = splitted[1];