Roms1383 / semantic-release-kroms

Custom semantic-release config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

semantic-release-kroms

Latest Release License Build Status Renovate Dependencies Semantic Release Gitmoji

Semantic release custom preset


Custom preset for semantic-release based on :

Installation

If installed as dev dependency :

Yarn :

yarn add semantic-release-kroms --dev

NPM :

npm install semantic-release-kroms --save-dev

Usage

Add a .releaserc at the root of your project with :

{
  "extends": ["semantic-release-kroms"]
}

Use in your favorite CI to trigger semantic release, example can be found in the .travis.yml of this repository (this plugin uses itself to trigger its release too).

Update

This package's emojis list (based on gitmoji) can be updated easily by calling :

yarn generate

Romain KELIFA - MIT - 2019-2021-2021-2021-2021-2021-2021-2021

About

Custom semantic-release config

License:MIT License


Languages

Language:JavaScript 98.8%Language:Shell 1.2%