Skip to content

Simplify escaping of newline characters when publishing release notes #14613

@wilkinsona

Description

@wilkinsona

I think we could use the following instead:

body=$( while read line; do echo -n "$line\\n"; done < release-notes-repo/release-notes.md )

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: supersededAn issue that has been superseded by another

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions