Skip to content

Latest commit

 

History

History
95 lines (57 loc) · 2.54 KB

README.md

File metadata and controls

95 lines (57 loc) · 2.54 KB

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