This is a super simple javascript based action to escape quotes and new lines within a changelog markdown so it can be utilized within a JSON.
You can now consume the action by referencing the v1 branch
uses: linchpin/escape-changelog@v1
with:
changelog_entry: {changelog entry from previous step} // possibly from mindsers/changelog-reader-action
See the actions tab for runs of this action! 🚀