summaryrefslogtreecommitdiffstats
path: root/docs/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md
index 25509f2..4adb8a1 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -257,6 +257,11 @@ regex=^Release(.*)
ignore=title-max-length,body-min-length
# ignore all rules by setting ignore to 'all'
# ignore=all
+
+[ignore-by-title]
+# Match commits message bodies that have a line that contains 'release'
+regex=(.*)release(.*)
+ignore=all
```
!!! note