1.0.0 • Published 1 year ago

@openbench/release-config v1.0.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 year ago

release-config

A semantic-release sharable configuration for releasing general code. This release config generats release notes, a changelog, commits the changelog via the git plugin, and releases to github.

Plugins

This shareable configuration use the following plugins:

Install

$ npm install --save-dev semantic-release @openbench/release-config

Usage

The shareable config can be configured in the semantic-release configuration file:

{
  "extends": "@openbench/release-config"
}

Configuration

See each plugin documentation for required installation and configuration steps.