Created
April 4, 2024 01:55
-
-
Save chalkygames123/b7f300967364de8489eaa5197029004c to your computer and use it in GitHub Desktop.
Regexp matching Conventional Commits with additional "deps" type for a metadata restriction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
^(?<type>build|chore|ci|deps|docs|feat|fix|perf|refactor|revert|style|test)(?<scope>\([\w\-]+(?:[,\/\\] [\w\-]+)*\))?!?: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment