Add github links to changelog
Summary: thefutureisnowoldman Changelog: Changelog entries now link to their GitHub commits Reviewed By: passy Differential Revision: D22999105 fbshipit-source-id: 77e4884a3515245ba9296d8c4f59cdcb3c4b098d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b5b2bea899
commit
5f8ba09534
@@ -66,7 +66,7 @@ hgLog
|
|||||||
const match = diffline.match(changeLogLineRe);
|
const match = diffline.match(changeLogLineRe);
|
||||||
if (match) {
|
if (match) {
|
||||||
changes++;
|
changes++;
|
||||||
contents += ` * ${diff} - ${match[2]}\n`;
|
contents += ` * [${diff}](https://github.com/facebook/flipper/search?q=${diff}&type=Commits) - ${match[2]}\n`;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user