Skip to content

Commit

Permalink
Create Release.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma authored May 30, 2024
1 parent 412bd02 commit 44e5b0f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/Release.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 44e5b0f

Please sign in to comment.