Skip to content

Commit

Permalink
Include doc-only commit in provider commit history (apache#43543)
Browse files Browse the repository at this point in the history
When we generated list of commits for provider's documentation, we
only checked for commits from the source folders of the providers,
however there were some commits that only changed documentation for
the provider and such commits were not included.

This PR adds documentation folder to be used while checkign for
the commit list, and next time when documentation will be generated
for providers, the doc-only commits should also be included for
all historical versions of providers.
  • Loading branch information
potiuk authored and ellisms committed Nov 13, 2024
1 parent eedccdc commit f129521
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ def _get_all_changes_for_package(
providers_folder_paths = [
provider_details.source_provider_package_path,
provider_details.old_source_provider_package_path,
provider_details.documentation_provider_package_path,
]
if not reapply_templates_only and result.returncode == 0:
if get_verbose():
Expand Down

0 comments on commit f129521

Please sign in to comment.