studio-changes icon indicating copy to clipboard operation
studio-changes copied to clipboard

Unexpected CHANGES.md file header on Windows

Open manuel-sv opened this issue 6 years ago • 3 comments

Hi,

I am using studio-changes v1.7.0 and get the following error when I try to update my CHANGES.md on Windows:

Unexpected CHANGES.md file header

There was already an issue on this topic (#1) but the problem still occured in my case. I also tried to replace "\r\n" with "\n" using Notepad++ but get the same error.

Thanks for your help! Manuel

manuel-sv avatar Jul 17 '19 08:07 manuel-sv

Can you post the first couple of line from your CHANGES.md file?

mantoni avatar Jul 17 '19 14:07 mantoni

Sure, here they are:

# Changes

## 0.6.0

Line endings are CR+LF.

manuel-sv avatar Jul 22 '19 06:07 manuel-sv

I tried to reproduce with a test case, but there doesn't seem to be anything wrong with the header you've posted. The piece of code that is checking the header is this:

https://github.com/javascript-studio/studio-changes/blob/9d16e0211028ef872cd64be3f998f8f5c0bd9758/lib/changes.js#L65-L71

Maybe you can add a console.log statement to figure out why the expression isn't matching?

Sorry for not being able to help here.

mantoni avatar Jul 23 '19 14:07 mantoni