From 748b6dc3d6b1b36c9be7ee849741b0a09e9e0bf3 Mon Sep 17 00:00:00 2001 From: OrbisK <37191683+OrbisK@users.noreply.github.com> Date: Wed, 15 May 2024 12:03:54 +0200 Subject: [PATCH] docs: set propper highlighting for commit convention regex (#10949) [skip ci] --- .github/commit-convention.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/commit-convention.md b/.github/commit-convention.md index a8522fa210a..d17a8bd4fc9 100644 --- a/.github/commit-convention.md +++ b/.github/commit-convention.md @@ -6,7 +6,7 @@ Messages must be matched by the following regex: -``` js +```regexp /^(revert: )?(feat|fix|docs|dx|style|refactor|perf|test|workflow|build|ci|chore|types|wip)(\(.+\))?: .{1,50}/ ```