Skip to content

hayer/ChangeLogVersion.MSBuildTask

Repository files navigation

ChangeLogVersioningTask

Parameters

CrashOnFailure

Should it crash build if it fails to find the version or CHANGELOG-file?

Accepted true or false. Defaults to true.

ChangeLogDirectory

Directory to look for the CHANGELOG-file.

Defaults to $(MSBuildProjectDirectory) which is the directory of the current project begin built.

ChangeLogFileName

File name of the CHANGELOG-file.

Defaults to CHANGELOG.md.

Why?

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.

Packages

No packages published

Contributors 2

  •  
  •  

Languages