|
const CHANGES_HEADING = '# Changes\n\n'; |
Means that if you're on windows and the file is automatically checked out with CRLF changes will fail with a Unexpected CHANGES.md file header message.
Hopefully a small fix, for now I've forced the file to use LF but that isn't ideal IMO.
studio-changes/lib/changes.js
Line 12 in b32a534
Means that if you're on windows and the file is automatically checked out with CRLF changes will fail with a
Unexpected CHANGES.md file headermessage.Hopefully a small fix, for now I've forced the file to use LF but that isn't ideal IMO.