Skip to content
This repository has been archived by the owner on Mar 7, 2022. It is now read-only.

kettil/semantic-release-config

Repository files navigation

semantic-release-config

npm David Release GitHub

⚠️ The project has moved to a new repository ⚠️

The library contains the semantic-release configuration.

Installation

npm install -D eslint @kettil/semantic-release-config

Quick Start

To use this configuration, create the file .releaserc.json with the following content:

{
  "extends": "@kettil/semantic-release-config"
}