Skip to content

Commit

Permalink
chore: remove pre-commit updates from changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Apr 23, 2024
1 parent 05faf2c commit 331733b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/CHANGELOG.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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:] %}
Expand Down Expand Up @@ -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:] %}
Expand Down

0 comments on commit 331733b

Please sign in to comment.