From 3def1a40ce31c856f1be0c378a278556e3818fa0 Mon Sep 17 00:00:00 2001 From: David Ashby Date: Wed, 21 Feb 2024 21:53:42 -0500 Subject: [PATCH] add [ignore] to the magic list of changelog exclusions --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 4530bfa..6fa05af 100644 --- a/index.js +++ b/index.js @@ -17,6 +17,7 @@ function ChangeLog(logs) { if ( i > 3 || l.includes("[skip]") || + l.includes("[ignore]") || l.includes("caddy") || l.includes("renovate") ) {