Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 426 Bytes

commit.mdx

File metadata and controls

10 lines (7 loc) · 426 Bytes

Conventional Commits

I use conventional commits to make it easier to track changes. It also helps with generating changelog using Standard Version lib.

import { Callout } from 'nextra-theme-docs'

I got a blog about why we should use conventional commits. Kindly [check it out](https://rab.al/blog/mindful-commit-message).