@atom-ide-community/semantic-release-npm-config

This shareable configuration use the following plugins: - @semantic-release/commit-analyzer - @semantic-release/release-notes-generator - @semantic-release/changelog - @semantic-release/npm - @semantic-release/github - @semantic-release/git

Usage no npm install needed!

<script type="module">
  import atomIdeCommunitySemanticReleaseNpmConfig from 'https://cdn.skypack.dev/@atom-ide-community/semantic-release-npm-config';
</script>

README

@atom-ide-community/semantic-release-npm-config

Plugins

This shareable configuration use the following plugins:

Install

$ npm install --save-dev semantic-release @atom-ide-community/semantic-release-npm-config

Usage

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

{
  "extends": "@atom-ide-community/semantic-release-npm-config"
}

Configuration

See each plugin documentation for required installation and configuration steps.

Overwritten options

This following options are set by this shareable config:

Option Value
message chore(release): ${nextRelease.version} [skip ci]

Other options use their default values. See each plugin documentation for available options.