semantic-release shareable configuration for Scratch
Find a file
Jed Mao 9c153ffa2c
Merge pull request #2 from jedmao/fix-badge
fix: broken build badge
2019-06-26 11:49:17 -05:00
.editorconfig feat: initial release 2019-06-11 14:01:53 -05:00
.gitignore feat: initial release 2019-06-11 14:01:53 -05:00
.npmrc feat: initial release 2019-06-11 14:01:53 -05:00
.releaserc.json fix: release notes after changelog title 2019-06-11 17:32:11 -05:00
.travis.yml feat: initial release 2019-06-11 14:01:53 -05:00
CHANGELOG.md docs: cleanup changelog 2019-06-11 17:36:03 -05:00
LICENSE Initial commit 2019-06-11 13:05:37 -05:00
package.json chore(release): 1.0.4 [skip ci] 2019-06-11 22:33:38 +00:00
README.md fix: broken build badge 2019-06-26 11:45:12 -05:00

@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 environment variables set:

See each plugin documentation for required installation and configuration steps.