Skip to content

Commit

Permalink
Changelog thru october (CleverRaven#34731)
Browse files Browse the repository at this point in the history
* Revert "July and August changelogs (CleverRaven#34095)"

This reverts commit 7a20bb6.

* Have changelog generation script consider unmerged PRs too

* Import changelog entries through 10-09

* Copyedit changelog

* Apply suggestions from code review

Add some periods.

Co-Authored-By: ZhilkinSerg <[email protected]>
  • Loading branch information
2 people authored and Ramza13 committed Nov 5, 2019
1 parent 4a9f647 commit 4de7b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/generate_changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ def load_github_repos():
commit_repo.add_multiple(commit_api.get_commit_list(target_dttm, end_dttm))

pr_api = PullRequestApi(CDDAPullRequestFactory(), personal_token)
pr_repo.add_multiple(pr_api.get_pr_list(target_dttm, end_dttm, merged_only=True))
pr_repo.add_multiple(pr_api.get_pr_list(target_dttm, end_dttm, merged_only=False))

github_thread = threading.Thread(target=exit_on_exception(load_github_repos))
github_thread.name = 'WORKER_GIT'
Expand Down

0 comments on commit 4de7b63

Please sign in to comment.