Skip to content

traverson/semantic-release-config

Repository files navigation

semantic-release-config

Shareable semantic-release config for the traverson organization

Node CI Workflow Status SLSA Level 2

Usage

npm MIT license

Installation

$ npm install @traverson/semantic-release-config

Add to project config file

In a .releaserc.json file in the root pf the project:

{
  "extends": "@traverson/semantic-release-confg"
}

Contributing

Conventional Commits Commitizen friendly semantic-release PRs Welcome Renovate

Dependencies

$ nvm install
$ npm install

Verification

$ npm test