From 409d5aa873d26e0126b1a9b2760494749d5cee33 Mon Sep 17 00:00:00 2001 From: Sandro Castillo Date: Mon, 11 Jan 2021 11:27:28 -0500 Subject: [PATCH] fix: #104 try with the original version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 455281d18..80c9786b7 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ }, "config": { "commit-message-validator": { - "pattern": "^((TT-)[0-9].*(fix: |feat: |perf: |build: |ci: |docs: |refactor: |style: |test: ))", + "pattern": "^(fix: #|feat: #|perf: #|build: #|ci: #|docs: #|refactor: #|style: #|test: #)[0-9].*", "errorMessage": "Your commit message needs to start with TT-number fix:, feat:, or perf: followed by any commit message, e.g. TT-43 fix: any commit message" } },