@octorelease/changelog
v0.0.1
Published
Octorelease plugin to read and update changelogs.
Readme
Changelog plugin
Octorelease plugin to read and update changelogs.
| Step | Description |
|------|-------------|
| init | Gather release notes from the package changelog(s). |
| version | Update the version numbers in the package changelog(s). |
Install
$ npm install @octorelease/changelog -DUsage
The plugin can be configured in the Octorelease configuration file:
{
"plugins": [
"@octorelease/changelog"
]
}Configuration
Options
| Options | Description | Default |
| ------- | ----------- | ------- |
| changelogFile | Path to changelog file to update. | "CHANGELOG.md" |
| headerLine | Header for new release that will be replaced with version number. | "## Recent Changes" |
