We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c712ba6 commit c31bd87Copy full SHA for c31bd87
buildScript/publish-to-github.js
@@ -54,7 +54,7 @@ if (args.tag && args.assets) {
54
55
function getChangeLog(rel_config, lastRel) {
56
lastRel = lastRel || 'master';
57
- var cmd = 'git log --pretty=format:"%h - %s [%cd]" --date=short ' + lastRel + '..HEAD';
+ var cmd = 'git log --pretty=format:"%h - %s [%cd]" --date=short --max-count 100 ' + lastRel + '..HEAD';
58
59
console.log( 'CMD: ' + cmd);
60
0 commit comments