私は、この記事で説明されている従来のコミット メッセージに適応しようとしています。
記事の抜粋は次のとおりです。
許容<type>
値:
feat (new feature)
fix (bug fix)
docs (changes to documentation)
style (formatting, missing semi colons, etc; no code change)
refactor (refactoring production code)
test (adding missing tests, refactoring tests; no production code change)
chore (updating grunt tasks etc; no production code change)
ただし、このタイプに分類するのが難しい場合があります。どのタイプを使用するかについて混乱を招く変更のいくつかをリストします
この場合、どのタイプを使用する必要がありますか
- 既存のコンポーネント (react、angular、vue など) に CSS スタイルを追加しました
package.json
、.prettierc
などのプロジェクトの構成ファイルを編集しました。- ファイル名の変更
- ファイルの削除