Conventional Commits RegEx
This RegEx can be used to check whether a string (usually a commit message) matches the structure specified in the conventional commits specification and it allows to retrieve the sections of the structure via. named groups.
The groups are the following:
(? means, that this can be empty/nullable)
...
Submitted by mccoderpy - 2 years ago