diff --git a/autoupdate_app_sources/autoupdate_app_sources.py b/autoupdate_app_sources/autoupdate_app_sources.py index 43ea82e3..38cfa0f2 100755 --- a/autoupdate_app_sources/autoupdate_app_sources.py +++ b/autoupdate_app_sources/autoupdate_app_sources.py @@ -236,6 +236,10 @@ def run( if msg: commit_msg += f"\n- `{source}` v{version}: {msg}" + self.update_instructions = app / "PACKAGE_UPDATE.md" + if self.update_instructions.exists(): + with open(self.update_instructions) as ui_file: + commit_msg += f"\n{ui_file.read()}" self.repo.manifest_raw = self.replace_version_and_asset_in_manifest( self.repo.manifest_raw,