scratch-semantic-release-co.../README.md

1.9 KiB

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

semantic-release shareable config to publish npm packages with GitHub.

Travis npm version

Plugins

This shareable configuration use the following plugins:

Install

$ npm install --save-dev semantic-release @jedmao/semantic-release-npm-github-config

Usage

The shareable config can be configured in the semantic-release configuration file:

{
  "extends": "@jedmao/semantic-release-npm-github-config",
  "branch": "master"
}

Configuration

Ensure that your CI configuration has the following secret environment variables set:

See each plugin documentation for required installation and configuration steps.