Skip to content

Commit

liting commit is a wrapper for git commit, and its main goal is to standardize git commit message. The current specification comes from the Conventional Commits which is widely recognized in the front-end field. The basic structure is as follows:

<type>[scope?]: <description>