@semantic-release/apm-config

semantic-release shareable config to publish Atom packages with apm


Keywords
apm, atom, atom-packages, conventional-changelog, release, semantic-release, semantic-release-config, version
License
MIT
Install
npm install @semantic-release/apm-config@9.0.1

Documentation

@semantic-release/apm-config

semantic-release shareable config to publish Atom packages with apm.

Build Status npm latest version npm next version

Plugins

This shareable configuration use the following plugins:

Install

$ npm install --save-dev semantic-release @semantic-release/apm-config

Usage

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

{
  "extends": "@semantic-release/apm-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.