[Dev] Fix Telegraph changelog generation (#2711)

This commit is contained in:
Alexander Zinchuk 2023-03-03 14:30:22 +01:00
parent 2b6e3b3f8c
commit 13c47b1727

View File

@ -11,7 +11,7 @@ const version = require('../package.json').version;
const gitOptions = { const gitOptions = {
repo: '.', repo: '.',
branch: 'master', branch: 'master',
number: 200, number: 500,
fields: ['hash', 'subject', 'committerDate'], fields: ['hash', 'subject', 'committerDate'],
}; };