diff options
Diffstat (limited to 'contrib/release.sh')
-rwxr-xr-x | contrib/release.sh | 2 |
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! |