Release v0.1.8
release-notes-from-changelog
GitHub action that extracts release notes from an existing changelog.
Changes in this version:
[0.1.8]
Fixed
- turns out that inputs are not actually saved as
$INPUT_VARNAME
for composite actions => use${{ input.varname }}
instead