1.0.5 • Published 5 years ago

@videoamp/semantic-release-config v1.0.5

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

@videoamp/semantic-release-config

Shareable config to run Semantic Releases at VideoAmp.

Plugins

This shareable configuration use the following plugins:

Install

$ yarn add --dev semantic-release @videoamp/semantic-release-config

If you're adding semantic-release in your CI/CD pipeline, be sure to add @videoamp/semantic-release-config there as well

Usage

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

Via .releaserc file:

{
  "branch": "master",
  "extends": "@videoamp/semantic-release-config"
}

Publish

npm publish --access public

Pubish Dry Run

Does everything publish would do except actually publishing to the registry

npm publish --dry-run

Semantic Release Dry Run

Run on the master branch

yarn semantic-release ==dry-run

Configuration

See each plugin documentation for required installation and configuration steps.