Grab version number from CHANGELOG.md or other file following the CHANGELOG-format v1.1.0 from keepachangelog.com.
$ dotnet add package ChangeLogVersioningTaskCrashOnFailureShould it crash build if it fails to find the version or CHANGELOG-file?
Accepted true or false. Defaults to true.
ChangeLogDirectoryDirectory to look for the CHANGELOG-file.
Defaults to $(MSBuildProjectDirectory) which is the directory of the current project
begin built.
ChangeLogFileNameFile name of the CHANGELOG-file.
Defaults to CHANGELOG.md.
For some reason unknown to me some projects prefer to have CHANGELOG.md instead of using GitVersion and properly written merge messages..
For other reasons I have to work on projects where this is the norm.
So this was born.