git commit -m `${type} ${message}` type must be one of [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test] [type-enum] Example: git commit -m “chore: implement login feature” git commit -m “refactor: refactor login feature” git commit -m “fix: fix login bug”