1.0.1 • Published 4 years ago

@heyastro/semantic-release-config v1.0.1

Weekly downloads
3
License
ISC
Repository
-
Last release
4 years ago

@heyastro/semantic-release-config

Semantic release shared config

Installing

npm install -D @heyastro/semantic-release-config

Usage

Create a semantic release configuration file and extend from this package

//  release.config.js
module.exports = {
  extends: ["@heyastro/semantic-release-config"],
}