vdhicts/keepachangelog-parser

Parser exception when using release links

bergo opened this issue · 3 comments

bergo commented

Hi,

when using links for releases the parser breaks.

Reproduction

Using links at the bottom of the changelog, like in documentation described, the parser throws a exception:

bottom of CHANGELOG.md - e.g.

[0.3.0]: https://link-to-release

If i remove the links, the parser works.

Expected behavior

Exception: DOMXPath::query(): Invalid predicate
Vdhicts\KeepAChangelog\ Parser: 61

Hi @bergo! Thanks for reporting the bug. I will take a look at it.

Just released a new version in which this issue should be fixed!

bergo commented

Thank you, it works!