From 12c82936ce640e0638cd68338b4372116b1f841a Mon Sep 17 00:00:00 2001 From: Kentai Radiquum Date: Mon, 29 Apr 2024 03:05:03 +0500 Subject: [PATCH] style(repository): add commitizen config and start of changelog.md --- .cz.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .cz.yaml diff --git a/.cz.yaml b/.cz.yaml new file mode 100644 index 0000000..8d591ea --- /dev/null +++ b/.cz.yaml @@ -0,0 +1,8 @@ +--- +commitizen: + major_version_zero: true + name: cz_conventional_commits + tag_format: $version + update_changelog_on_bump: true + version: 0.1.0 + version_scheme: semver