Skip to content

Commit e0d13bc

Browse files
author
mike dupont
committed
increase commit
1 parent d9c0257 commit e0d13bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jsdoc-automation/src/LocalGitManager.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class LocalGitManager {
3232
const log = await this.git.log({
3333
//from: "main",
3434
// to: `origin/pull/${pullNumber}/head`,
35-
maxCount: 100,
35+
maxCount: 1000,
3636
});
3737

3838
// resolve the following information from the current branch

0 commit comments

Comments
 (0)