releasedocmaker/src/main/python/releasedocmaker/__init__.py [77:82]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if asf_license is True:
            indexfile.write(ASF_LICENSE)
        for version in versions:
            indexfile.write(f"* {title} v{version}\n")
            for k in ("Changelog", "Release Notes"):
                indexfile.write(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



releasedocmaker/src/main/python/releasedocmaker/__init__.py [102:107]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if asf_license is True:
            indexfile.write(ASF_LICENSE)
        for version in versions:
            indexfile.write(f"* {title} v{version}\n")
            for k in ("Changelog", "Release Notes"):
                indexfile.write(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



