@semantic-release/apm-config
v9.0.1
Published
semantic-release shareable config to publish Atom packages with apm
Downloads
104
Readme
@semantic-release/apm-config
semantic-release shareable config to publish Atom packages with apm.
Plugins
This shareable configuration use the following plugins:
@semantic-release/commit-analyzer
@semantic-release/release-notes-generator
@semantic-release/github
@semantic-release/changelog
@semantic-release/apm
@semantic-release/git
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.