You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've investigated and seems that the issue is caused by this issue on markdown component.
In fact if i use a CHANGELOG.md that use LF line separator, issue is not present. Instad, if file use CRLF or CR, patchChangelog breaks my changelog format.
The only solution that i've found is to use the LF line separator in CHANGELOG.md.
Describe the bug
patchChangelog
in version 2.1.0 breaks changelog format adding unneccessary new line.To Reproduce
Use CHANGELOG.md and run
gradle patchChangelog
Expected behavior
Changelog is patched and format is not manipulated.
Environment:
Additional context
In previous version before 2.1.0,
patchCahngelog
works propertly as expectedThe text was updated successfully, but these errors were encountered: