1.0.0 • Published 2 years ago

@oxiran/semantic-release-config v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

semantic-release-config

Shared semantic-release config of my projects.You can learn more on semantic-release.

Plugins

This config uses the following plugins:

Install

npm install --save-dev semantic-release @oxiran/semantic-release-config

Usage

Join in the extends of the semantic-release configuration file.

// For example in release.config.js.
module.exports = {
  extends: ['@oxiran/semantic-release-config']
}