Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chalkygames123/b7f300967364de8489eaa5197029004c to your computer and use it in GitHub Desktop.
Save chalkygames123/b7f300967364de8489eaa5197029004c to your computer and use it in GitHub Desktop.
Regexp matching Conventional Commits with additional "deps" type for a metadata restriction
^(?<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