1.0.3 • Published 3 years ago

@erictooth/semantic-release-npm-github-config v1.0.3

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

@erictooth/semantic-release-npm-github-config

Getting Started

Install

npm i -D semantic-release @erictooth/semantic-release-npm-github-config

Configure package.json

package.json

{
  "release": {
    "extends": "@erictooth/semantic-release-npm-github-config",
    "branch": "main"
  }
}