Skip to content

Commit

Permalink
Add commitizen
Browse files Browse the repository at this point in the history
  • Loading branch information
baniasbaabe committed Jan 21, 2024
1 parent 6863743 commit eb4fd52
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions book/Miscellaneous/Chapter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,28 @@
"\n",
"Link to Repository: https://github.com/smol-ai/developer"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Well Commits with `commitizen`"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Clear and standardized commit messages are important.\n",
"\n",
"But it's not always easy to have a standardized way in teams.\n",
"\n",
"With `commitizen`, you will get a release management tool designed for teams.\n",
"\n",
"It helps you define committing rules, bump project versions and create a changelog.\n",
"\n",
"It makes your life easier by enforcing writing descriptive commits."
]
}
],
"metadata": {
Expand Down

0 comments on commit eb4fd52

Please sign in to comment.