Skip to content

Kocal/semantic-release-preset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semantic Release preset

npm (scoped) Node CI

Features

  • Analyze commits by using angular preset, commits build(deps) are seen as patch
  • Generate a changelog by using angular preset, it will add an entry for every commit types (feat, fix, perf, revert, docs, refactor, build)
  • Publish the release on GitHub, with a tag and a changelog
  • Publish the release on NPM, with a tag

Installation

$ yarn add -D semantic-release @kocal/semantic-release-preset

Usage

In Semantic Release configuration file:

{
  "extends": "@kocal/semantic-release-preset"
}