Skip to content

Latest commit

 

History

History

semantic-release-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

@oriflame/semantic-release-config

Semantic release config used inside Oriflame and mainly focused on azure DevOps. With conventional Oriflame changelog.

semantic-release shareable config to publish npm packages with GitHub.

Plugins used

This shareable configuration uses the following plugins:

Install

npm install --save-dev semantic-release @oriflame/semantic-release-config

Usage

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

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

Generating changelog

To enable changelog generation set env variable GENERATE_CHANGELOG to true;