Skip to content

Releases: dangoslen/changelog-enforcer

Changelog Enforcer v1.5.1

23 Nov 20:13
Compare
Choose a tag to compare

Added

  • Improved GitHub actions workflow for testing and packaging
  • Preview of release notes for a new version

Dependencies

  • @actions/exec from 1.0.3 to 1.0.4
  • @actions/github from 2.1.1 to 4.0.0
  • eslint from 6.3.0 to 7.14.0
  • changelog-reader-action from v1 to v2

Changelog Enforcer v1.5.0

11 Nov 14:36
19ce58a
Compare
Choose a tag to compare

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

Changelog Enforcer v1.4.1

08 Oct 13:51
a0fe0d6
Compare
Choose a tag to compare

Security

Adds

  • Badge for workflows using this action

Changelog Enforcer v1.4.0

26 Sep 19:04
Compare
Choose a tag to compare

Summary

Please upgrade to use with actions/checkout@v2!

Fixes

  • Now works with both actions/checkout@v1 and actions/checkout@v2

Adds

  • Code coverage checks via jest and coverage badge via make-coverage-badge

Changelog Enforcer v1.3.0

18 Sep 21:29
98f6f4b
Compare
Choose a tag to compare

Changelog Enforcer v1.2.0

21 Aug 02:12
588f354
Compare
Choose a tag to compare

Added

  • Automatically builds the distribution on pull requests if all tests and enforcement pass

Updated

  • Small README updates

Changelog Enforcer v1.1.1

10 Jul 17:14
2017094
Compare
Choose a tag to compare

Fixes

  • Referencing proper step id in workflow for creating releases

Changelog Enforcer v1.1.0

10 Jul 15:53
c8ba916
Compare
Choose a tag to compare

Added

  • Using Changelog Reader to automate creating GitHub Releases from this CHANGELOG.md

Changelog Enforcer v1.0.2

10 Jul 15:13
5530b35
Compare
Choose a tag to compare

Security

Changelog Enforcer v1.0.1

26 Apr 19:18
6125f30
Compare
Choose a tag to compare

Releases

  • Fixes spelling of skipLabel property in README.md