changeLogPathUpper property

String changeLogPathUpper
latefinal

git books writes out changelog.md as lower case. We also have the issue that on Windows file names are case insensitive. As such we look for both versions given the upper case version precedence.

Implementation

late final changeLogPathUpper = join(pathToPackageRoot, 'CHANGELOG.md');