Currently, code blocks in the release notes (changelog) cause an error in the pipeline during the Append scan results to changelog step. The problem is that, for example, `a_filename.json` within the changelog causes the shell to try to execute it as a command. We need to better mask the Markdown content.
Currently, code blocks in the release notes (changelog) cause an error in the pipeline during the
Append scan results to changelog
step. The problem is that, for example,`a_filename.json`
within the changelog causes the shell to try to execute it as a command. We need to better mask the Markdown content.