From 44e5b0f79bbbfaf8ee335ecbbe64dcf79c9e556c Mon Sep 17 00:00:00 2001 From: Kshitij Raj Sharma <36752999+kshitijrajsharma@users.noreply.github.com> Date: Thu, 30 May 2024 17:03:08 +0545 Subject: [PATCH] Create Release.md --- docs/Release.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/Release.md diff --git a/docs/Release.md b/docs/Release.md new file mode 100644 index 00000000..bd080f42 --- /dev/null +++ b/docs/Release.md @@ -0,0 +1,10 @@ +We use [commitizen](https://pypi.org/project/commitizen/) to manage our release version + +- Install commitizen + ```bash + pip install commitizen + ``` +- Make sure you are following the commitizen commit using `cz commit` to create new features +- Hit `cz bump` +- Push your changes `git push` +- Push your new tags `git push --tags`