After-the-CM / Himawari

Web Vulnerability Scanner written in Golang.
MIT License
7 stars 1 forks source link

Publishに向けた準備 #145

Closed futabato closed 2 years ago

futabato commented 2 years ago

概要

リポジトリのpublishに関するToDo

方針

備考

futabato commented 2 years ago
okodayon commented 2 years ago

WebUIで利用したライブラリのライセンス

futabato commented 2 years ago

commitを引き継ぐ → czは採用 commitを引き継がない → czは考え直す

futabato commented 2 years ago

commitの言語は日本語or英語指定のcommitizeでいいか、英語を許可しても形式は統一できそう image

↓こんな感じで書いてあげればよさそう

English ver.

add to a ~/.czrc file:

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

Japanese ver.

commitizeの日本語版をインストール

npm install cz-conventional-changelog-ja

~/.czrc を記述

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