phly / keep-a-changelog

Tools for manipulating CHANGELOG.md files in Keep A Changelog format, including tagging and releasing.
https://phly.github.io/keep-a-changelog/
BSD 2-Clause "Simplified" License
181 stars 21 forks source link

Allow linking version strings in changelog #56

Closed weierophinney closed 5 years ago

weierophinney commented 5 years ago

Per #38, the 1.0 spec of Keep-A-Changelog allows linking version numbers using reference-style links:

## [1.0.0] - 2019-06-06

### Added

...

[1.0.0]: https://example.com/releases/1.0.0

Previous versions of this tooling did not support this format, and, in fact, would indicate the file was malformed if it encountered such links.

This patch updates the tooling as follows: