2.1.0 • Published 6 months ago

@semabit/release-it-bump-keepachangelog v2.1.0

Weekly downloads
92
License
UNLICENSED
Repository
github
Last release
6 months ago

release-it-bump-keepachangelog

This package is a release-it plugin (using release-it's plugin API) that integrates release-it-bump-keepachangelog into the release-it pipeline.

Usage

Installation using your projects normal package manager, for example:

# npm
npm install --save-dev @semabit/release-it-bump-keepachangelog

# yarn
yarn add --dev @semabit/release-it-bump-keepachangelog

Once installed, configure release-it to use the plugin.

Either via package.json:

{
  "release-it": {
    "plugins": {
      "@semabit/release-it-bump-keepachangelog": {}
    }
  }
}

Or via .release-it.json:

{
  "plugins": {
    "@semabit/release-it-bump-keepachangelog": {}
  }
}

Configuration

release-it-bump-keepachangelog supports one configuration option, file. When specified, this option represents the file name to prepend changelog information to during a release.

For example, given the following configuration (in package.json):

{
  "release-it": {
    "plugins": {
      "@semabit/release-it-bump-keepachangelog": {
        "file": "CHANGELOG.md"
      }
    }
  }
}

Each release will run release-it-bump-keepachangelog and updates the CHANGELOG.md.

2.1.0

6 months ago

2.0.0

3 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago