1.1.0 • Published 5 years ago

semantic-release-config-xerox v1.1.0

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

semantic-release-config-xerox

semantic-release shareable config for Xerox projects

circleci status npm package license MIT commit style angular semantic-release

Usage

  1. Install this config and eslint as a devDependency:
yarn add semantic-release semantic-release-config-xerox --dev
# or
npm install semantic-release semantic-release-config-xerox --save-dev
  1. Extend the base and any additional configs in your semantic release configuration:
{
  "extends": "semantic-release-config-xerox/npm"
}

Configurations

npm

Uses the following plugins:

These plugins require the following environment variables:

  • NPM_TOKEN: so semantic-release can publish to npm.
  • SLACK_WEBHOOK: so semantic-release-slack-bot can notify slack.

LICENSE | CHANGELOG | ISSUES