Skip to content

Commit

Permalink
Merge pull request #253 from hotosm/kshitijrajsharma-patch-1
Browse files Browse the repository at this point in the history
Create Release.md
  • Loading branch information
kshitijrajsharma authored May 30, 2024
2 parents 412bd02 + 44e5b0f commit 0701ab7
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 0701ab7

Please sign in to comment.