We should test that when adding issues to the changelog it gets rendered correctly based on the example provided in the README + https://github.com/inFocus7/changelog-files-action-tester.
fix:
- fixes blah <issue link>
## Fixes
- Fixes Blah <issue link>
Maybe would require a redesign + a major release to support something along the lines of
fix:
- description: blah
issueLink: <link>
- description: blah2
issueLink: <link2>
## Fixes
- blah (<link>)
- blah2 (<link2>)
We should test that when adding issues to the changelog it gets rendered correctly based on the example provided in the README + https://github.com/inFocus7/changelog-files-action-tester.
Maybe would require a redesign + a major release to support something along the lines of