Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@kocal/semantic-release-preset

Kocal8.5kMIT2.0.21

Kocal's Semantic Release preset

readme

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"
}