commit_messages_str is used in all tools

This commit is contained in:
mrT23
2023-08-02 18:26:39 +03:00
parent 8e47fdc284
commit 3e94a71dcd
11 changed files with 31 additions and 2 deletions

View File

@ -38,6 +38,7 @@ class PRUpdateChangelog:
"changelog_file_str": self.changelog_file_str,
"today": date.today(),
"extra_instructions": get_settings().pr_update_changelog.extra_instructions,
"commit_messages_str": self.git_provider.get_commit_messages(),
}
self.token_handler = TokenHandler(self.git_provider.pr,
self.vars,