Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.44 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.44 KB

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

と記載します。