To use the conventional commits for approve new commits on project. #510
MarcusViniciusSS
started this conversation in
Ideas
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What are 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; which makes it easier to write automated tools on top of it. This convention dovetails with SemVer, by describing the features, fixes, and breaking changes made in commit messages.
https://www.conventionalcommits.org/en/v1.0.0/
Beta Was this translation helpful? Give feedback.
All reactions