/cz-conventional-changelog-ja

A Japanese translated commitizen adapter for the angular preset of https://github.com/conventional-changelog/conventional-changelog

Primary LanguageJavaScript

cz-conventional-changelog-ja

Status: npm version npm downloads Build Status

This is a Japanese translated commitizen/cz-conventional-changelog fork. これは日本語翻訳されたcommitizen/cz-conventional-changelogのフォークです。

Part of the commitizen family. Prompts for conventional changelog standard.

Usage

Recommend to use in user setting, because projects might have dependency config on it.

in ~/.czrc

{
  "path": "cz-conventional-changelog-ja"
}

使い方(日本語)

プロジェクトごとに各プロジェクト用の設定がある可能性があるので、ユーザーに設定しておくのをオススメします。 ~/.czrc

{
  "path": "cz-conventional-changelog-ja"
}

と記載します。