From 331733bb7e4e067b4bdbcc09d392b737e94c3810 Mon Sep 17 00:00:00 2001 From: Matt Tankersley <81199856+mdtanker@users.noreply.github.com> Date: Tue, 23 Apr 2024 09:24:50 +0200 Subject: [PATCH] chore: remove pre-commit updates from changelog --- templates/CHANGELOG.md.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/CHANGELOG.md.j2 b/templates/CHANGELOG.md.j2 index 2a20a37c..20fce87d 100644 --- a/templates/CHANGELOG.md.j2 +++ b/templates/CHANGELOG.md.j2 @@ -29,6 +29,7 @@ with commit parsing of [angular commits](https://github.com/angular/angular.js/b {% for commit in commits %} {% if "dependabot" in commit.message.rstrip() %} {% elif "automatically updating changelog" in commit.message.rstrip() %} +{% elif "update pre-commit hooks" in commit.message.rstrip() %} {% elif type_ != "unknown" %} {% set msg = commit.message.rstrip() %} {% set msg_no_ID = msg[msg.index(':')+2:] %} @@ -69,6 +70,7 @@ with commit parsing of [angular commits](https://github.com/angular/angular.js/b {% for commit in commits %} {% if "dependabot" in commit.message.rstrip() %} {% elif "automatically updating changelog" in commit.message.rstrip() %} +{% elif "update pre-commit hooks" in commit.message.rstrip() %} {% elif type_ != "unknown" %} {% set msg = commit.message.rstrip() %} {% set msg_no_ID = msg[msg.index(':')+2:] %}