2.3.0-no-increment-fix • Published 2 years ago

@ofhouse/keep-a-changelog v2.3.0-no-increment-fix

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Keep-a-changelog plugin for release-it

This release-it plugin maintains your CHANGELOG.md file according to the Keep A Changelog standards.

The idea and initial implementation comes from @eMarek.

npm install --save-dev @release-it/keep-a-changelog

In release-it config:

"plugins": {
  "@release-it/keep-a-changelog": {
    "filename": "CHANGELOG.md"
  }
}

Options

optiondefault valuedescription
filename'CHANGELOG.md'File with changelogs.
strictLatesttrueEntry of latest version must be present in order to get correct changelog. Set this option to false if you expect latest version without logs.
addUnreleasedfalseIt leaves "Unreleased" title row if set to true.
keepUnreleasedfalseIt leaves "Unreleased" title row unchanged if set to true.
addVersionUrlfalseLinks the version to the according changeset.
head'HEAD'The git revision the new version tag is compared to in the Unreleased URL.