- adjust default max back track time to 365 days (e.g. allow release tags to have longer inbetween)
- this is possible with larger page size on commits and PRs
This commit is contained in:
+2
-1
@@ -125,7 +125,7 @@ exports.DefaultConfiguration = void 0;
|
||||
exports.DefaultConfiguration = {
|
||||
max_tags_to_fetch: 200,
|
||||
max_pull_requests: 200,
|
||||
max_back_track_time_days: 90,
|
||||
max_back_track_time_days: 365,
|
||||
exclude_merge_branches: [],
|
||||
sort: 'ASC',
|
||||
template: '${{CHANGELOG}}',
|
||||
@@ -446,6 +446,7 @@ class PullRequests {
|
||||
repo,
|
||||
state: 'closed',
|
||||
sort: 'updated',
|
||||
per_page: '100',
|
||||
direction: 'desc'
|
||||
});
|
||||
try {
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user