From 44895fa4a2737f4d9cb76bb4db4e386f85ff1849 Mon Sep 17 00:00:00 2001 From: hypervtechnics Date: Wed, 2 Mar 2022 09:23:18 +0100 Subject: [PATCH] chore: update README with new option issue: #45 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b2c6d3e..6ecb2d2 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,7 @@ branches: # Git branches config. commit-message: types: [build, ci, chore, docs, feat, fix, perf, refactor, revert, style, test] # Supported commit types. + selector: '' # You can put in a regex here to select only a certain part of the commit message. scope: # Define supported scopes, if blank, scope will not be validated, if not, only scope listed will be valid. # Don't forget to add "" on your list if you need to define scopes and keep it optional.