enonic / xp-distro

Enonic XP full distribution.
GNU General Public License v3.0
3 stars 3 forks source link

Changelog generation fails when issues have quotes in title #212

Closed rymsha closed 1 year ago

rymsha commented 2 years ago

This happens due to this command printf '%b\n' "${{ fromJson(steps.get_release.outputs.data).body }}" >> changelog_${{ matrix.repository }}.md

jsi commented 2 years ago

A temporary fix is to only use single quotes in the names of issues.

rymsha commented 2 years ago

it also looks like test in ` is swallowed.