0.0.1 • Published 2 years ago

@octorelease/changelog v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Changelog plugin

Octorelease plugin to read and update changelogs.

Build Status npm latest version

StepDescription
initGather release notes from the package changelog(s).
versionUpdate the version numbers in the package changelog(s).

Install

$ npm install @octorelease/changelog -D

Usage

The plugin can be configured in the Octorelease configuration file:

{
  "plugins": [
    "@octorelease/changelog"
  ]
}

Configuration

Options

OptionsDescriptionDefault
changelogFilePath to changelog file to update."CHANGELOG.md"
headerLineHeader for new release that will be replaced with version number."## Recent Changes"