Skip to content

Commit c31bd87

Browse files
committed
limit standalone firefly changelog to 100 commits.
1 parent c712ba6 commit c31bd87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildScript/publish-to-github.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if (args.tag && args.assets) {
5454

5555
function getChangeLog(rel_config, lastRel) {
5656
lastRel = lastRel || 'master';
57-
var cmd = 'git log --pretty=format:"%h - %s [%cd]" --date=short ' + lastRel + '..HEAD';
57+
var cmd = 'git log --pretty=format:"%h - %s [%cd]" --date=short --max-count 100 ' + lastRel + '..HEAD';
5858

5959
console.log( 'CMD: ' + cmd);
6060

0 commit comments

Comments
 (0)