tools/release-notes-automator/generate_release_notes.py [311:317]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                print(line)
                log_lines.append(line)
        else:
            print("_No issues in this category._")
            log_lines.append("_No issues in this category._")
        print()
        log_lines.append("")
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



tools/release-notes-automator/generate_release_notes.py [322:328]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            print(line)
            log_lines.append(line)
    else:
        print("_No issues in this category._")
        log_lines.append("_No issues in this category._")
    print()
    log_lines.append("")
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



