Skip to content
This repository was archived by the owner on Sep 26, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 1.26 KB

File metadata and controls

33 lines (23 loc) · 1.26 KB

release-config-general

A semantic-release sharable configuration for releasing general code. This is a fairly standard configuration with no exec plugins, and no npm plugin. 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 @unsupervised/release-config-general

Usage

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

{
  "extends": "@unsupervised/release-config-general"
}

Configuration

See each plugin documentation for required installation and configuration steps.