Add release notes to console when submitting new version via console or way to add line breaks

In my manifest when I’ve added multiline release notes I’m getting an error:

manifest.json: Syntax error: Invalid escape character in string.

It appears it’s caused by a line break in the string.

Works:

"releaseNotes": "Added panel support. added new feature",

Errors:

"releaseNotes": "Added panel support 
added new feature",

Is there a way to add line breaks?

I think escaping with \n is possible
@Velara

3 Likes

That works :slight_smile: