release: Ensure CHANGELOG is in LF format
This commit is contained in:
parent
bfcc6931e6
commit
de432f735d
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue