Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 725 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 725 Bytes

Escape Changelog Output for use in JSON

javscript-action status

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.

Usage

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! 🚀