schwma/Parse changelog action

Parse a specific release from a CHANGELOG that roughly follows the "Keep a Changelog" format

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathThe path of the changelog file to parseno
title-regexThe regex to use when finding release titlesno^## .*$
version-regexThe regex to use when matching the version string from the version input and release titles. These regex matches are then used for comparison.no\d+\.\d+\.\d+
versionThe release version to parse from the changelog (all non-digit and period characters will be stipped away). The latest release will be used if this value isn't supplied.no
namedescription
titleThe title of the parsed release
bodyThe body of the parsed release