aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/release.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/release.sh')
-rwxr-xr-xcontrib/release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/release.sh b/contrib/release.sh
index 21d3d028..80049252 100755
--- a/contrib/release.sh
+++ b/contrib/release.sh
@@ -103,7 +103,7 @@ $(changelog '#')
# Changed dependencies for downstream packagers
-$(git diff -U0 $prev_tag.. go.mod)
+$(contrib/depends-diff.py $prev_tag..)
Thanks to all contributors!