Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Golang

`
(build|ci|docs|feat|fix|perf|refactor|style|test|chore|revert)\([\w\-]+\):\s.*
`
gm

Description

More and more project use the "Conventional Commit" specification. As it allows some nice toolchain automations in projects you might want to enforce it in gitlab. May work in other git portals too

Submitted by anonymous - 6 years ago