Kocal / semantic-release-preset

Preset for Semantic Release (https://github.com/semantic-release/semantic-release/)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Preset for Semantic Release (https://github.com/semantic-release/semantic-release/)

License:MIT License


Languages

Language:JavaScript 100.0%