What are conventional commits
The conventional commits specification is inspired by, and based heavily on, the angular commit guidelines.Angular git commit message conventions.See supported commitlint rules for details.It is inspired by and based heavily on the angular commit guidelines who introduce two properties.Support auto commit and push after typing messages.Conventional commits are just a set of rules that make the versioning of a github project much easier than traditional commits.
A git extension to help write conventional commits.The conventional commits specification is a lightweight convention on top of commit messages.It provides an easy set of rules for creating an explicit commit history;Just like we have conventions for naming variables, or numbering release versions, there is a convention for writing commit messages.But before going into conventional commit lets look into semantic versioning.
It provides an easy set of rules for creating an explicit commit history;It is very easy to implement conventional commit.By introducing this convention, we create a common language that.