Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-04-17 09:36
Flavor·Golang

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

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