changelogNotesOf function
changelogNotes against a file on disk.
Implementation
Notes changelogNotesOf(
String path,
String version, {
required String platform,
}) =>
changelogNotes(File(path).readAsStringSync(), version, platform: platform);