natescherer/Changelog Management

Provides tasks for changelogs in Keep a Changelog 1.0.0 format, including releasing, reading, and adding new changes.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathPath to relative to the root of the project to a CHANGELOG.md file in Keep a Changelog 1.0.0 format. Defaults to CHANGELOG.md in the root of the project.noCHANGELOG.md
modeMode for the action. Should be one of `readdata`, `release`, or `addchange`. Defaults to `readdata`.noreaddata
releaseVersionVersion number to use when updating a changelog for release. Only valid for mode `release`.no
changeTypeType of change to add. Should be one of `Added`, `Changed`, `Deprecated`, `Removed`, `Fixed`, or `Security`. Only valid for mode `addchange`.no
changeValueData for the change to add. Should be a single line string. Only valid for mode `addchange`.no
namedescription
lastVersionThe version number of the latest release in the changelog.
releaseNotesRelease notes composed of changes from the most recent release.