From 2b9fd7859e338232feed1283e0258804fba7f1cd Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Fri, 7 Oct 2022 09:11:04 -0400 Subject: [PATCH] build(git): add Commitizen Python package Follow conventional commits format and create a CHANGELOG going forward. Better late than never... --- .cz.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .cz.yaml diff --git a/.cz.yaml b/.cz.yaml new file mode 100644 index 0000000..69687c2 --- /dev/null +++ b/.cz.yaml @@ -0,0 +1,5 @@ +commitizen: + name: cz_conventional_commits + tag_format: $version + version: 0.0.1 + update_changelog_on_bump: true