Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

:atom: semantic-release shareable config to publish Atom packages with apm

License

Notifications You must be signed in to change notification settings

semantic-release/apm-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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.