From d0b00d3661e877f00880364dda6480c31e8d0467 Mon Sep 17 00:00:00 2001 From: haril song Date: Fri, 13 Dec 2024 00:21:47 +0900 Subject: [PATCH] ci(commit): add commitizen and update .gitignore --- .cz.toml | 5 +++++ .gitignore | 1 + 2 files changed, 6 insertions(+) create mode 100644 .cz.toml diff --git a/.cz.toml b/.cz.toml new file mode 100644 index 00000000..4fb4ed1a --- /dev/null +++ b/.cz.toml @@ -0,0 +1,5 @@ +[tool.commitizen] +name = "cz_conventional_commits" +tag_format = "$version" +version_scheme = "semver" +version_provider = "npm" diff --git a/.gitignore b/.gitignore index 295c0d06..24573643 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ data.json .DS_Store coverage/ +mock-*/