release: Ensure CHANGELOG is in LF format

This commit is contained in:
Markus Frosch 2020-04-19 14:39:41 +02:00
parent bfcc6931e6
commit de432f735d
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ For the changelog we are using [github-changelog-generator](https://github.com/g
```
github_changelog_generator --future-release "v$VERSION"
# Fix CHANGELOG CRLF
dos2unix CHANGELOG.md
```
Check and review CHANGELOG.md for the expected result.