diff --git a/.github/scripts/renovate-releasenotes.py b/.github/scripts/renovate-releasenotes.py index 4dbf817..f9544a6 100755 --- a/.github/scripts/renovate-releasenotes.py +++ b/.github/scripts/renovate-releasenotes.py @@ -191,6 +191,7 @@ def main( if annotations: annotations_stream = io.StringIO() + yaml.exclude_start = False yaml.dump_all([annotations], annotations_stream) annotations_string = annotations_stream.getvalue().strip()