Skip to content

Changelog Enforcer v1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Nov 14:36
19ce58a

Added

  • New input parameter expectedLatestVersion.
    • When supplied, the Changelog Enforcer validates that this is the latest version in the changelog or the latest version after an "Unreleased" version if one exists.
  • New input parameter versionPattern.
    • Used in conjunction with expectedLatestVersion. This is a javascript string that is converted to a regular expression that is used to extract the versions in the changelog identified by the changeLogPath input. By default is uses a regular expression for the KeepAChangelog.org format.

Changed

  • Updates to README and CHANGELOG for new features