Releases: dangoslen/changelog-enforcer
Releases · dangoslen/changelog-enforcer
Changelog Enforcer v1.5.1
Added
- Improved GitHub actions workflow for testing and packaging
- Preview of release notes for a new version
Dependencies
@actions/exec
from1.0.3
to1.0.4
@actions/github
from2.1.1
to4.0.0
eslint
from6.3.0
to7.14.0
changelog-reader-action
fromv1
tov2
Changelog Enforcer v1.5.0
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 thechangeLogPath
input. By default is uses a regular expression for the KeepAChangelog.org format.
- Used in conjunction with
Changed
- Updates to
README
andCHANGELOG
for new features
Changelog Enforcer v1.4.1
Security
@actions/[email protected]
to@actions/[email protected]
Adds
- Badge for workflows using this action
Changelog Enforcer v1.4.0
Summary
Please upgrade to use with actions/checkout@v2
!
Fixes
- Now works with both
actions/checkout@v1
andactions/checkout@v2
Adds
- Code coverage checks via
jest
and coverage badge viamake-coverage-badge
Changelog Enforcer v1.3.0
Changelog Enforcer v1.2.0
Added
- Automatically builds the distribution on pull requests if all tests and enforcement pass
Updated
- Small
README
updates
Changelog Enforcer v1.1.1
Fixes
- Referencing proper step id in workflow for creating releases
Changelog Enforcer v1.1.0
Added
- Using Changelog Reader to automate creating GitHub Releases from this
CHANGELOG.md
Changelog Enforcer v1.0.2
Security
- Update uglify-js to 2.6.0 per CVE-2015-8857
Changelog Enforcer v1.0.1
Releases
- Fixes spelling of
skipLabel
property inREADME.md