@xerox/semantic-release-config

4.0.7 • Public • Published

@xerox/semantic-release-config

semantic-release shareable config for Xerox projects

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

Usage

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

Configurations

npm

For publishing npm modules.

Plugins:

Environment variables:

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

simple

For keeping track of changes.

Plugins:


LICENSE | CHANGELOG

Package Sidebar

Install

npm i @xerox/semantic-release-config

Weekly Downloads

12

Version

4.0.7

License

MIT

Unpacked Size

7.59 kB

Total Files

6

Last publish

Collaborators

  • xerox_digital
  • andrewleedham
  • phawxby