cucumber / cucumber/action-create-github-release
Backticks in changelog text not properly escaped
Open
- Dominant language
- Shell
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
If you have a CHANGELOG entry like:
```markdown
### Added
- Make a Release tagging the `HEAD` of the current branch
```
it ends up in the Release body as:
```markdown
### Added
- Make a Release tagging the of the current branch
```
Contributor guide
Assessment
This issue has not been assessed yet.