From 66dc4474a4e3e91dbcb35a166048f7b864a6074f Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 22 May 2022 19:15:09 -0400 Subject: [PATCH] Skip dependabot[bot]. --- release-tasks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-tasks b/release-tasks index d002aad..356404a 100644 --- a/release-tasks +++ b/release-tasks @@ -111,7 +111,7 @@ Best sort |uniq Compare with the commit list: - git log --date=short --format="%an %aE" v8.5.0..HEAD | sort | uniq + git log --date=short --format="%an %aE" v8.5.0..HEAD | grep -v 'dependabot\[bot\]' | sort | uniq -- 2.39.5