conventional-changelog / conventional-changelog-config-spec

a spec describing the config options supported by conventional-config for upstream tooling
109 stars 32 forks source link

Make line endings adjustable #77

Open rklec opened 2 years ago

rklec commented 2 years ago

The problem is Azure DevOps seems to have an issue with line endings. It does not show Linux (LF) line endings in git commit messages and bumps everything one one line. (We include the Changelog there.)

As such, it would be great if the line ending is adjustable, too.

Current workaround is to just convert the line endings file after it has been generated. (Using .Replace("`n","`r`n") in PowerShell e.g.)