Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-12-31 14:51
Flavor·PCRE2 (PHP)

/
^(?<type>build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test|¯\\_\(\)_\/¯)(?<scope>\(\w+\)?((?=:\s)|(?=!:\s)))?(?<breaking>!)?(?<subject>:\s.*)?|^(?<merge>Merge \w+)
/
gm
Open regex in editor

Description

conventional commits regex for gitlab

Submitted by anonymous