aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/release.sh
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2024-06-18 21:06:19 +0200
committerRobin Jarry <robin@jarry.cc>2024-06-18 21:08:22 +0200
commit74cea6b5191d6d34cd4282840e05aa0970120341 (patch)
treed69c00aa9d5dec9303b2a82a9e239b63455eb86b /contrib/release.sh
parent3b9397e6592d9bb9e9ae5e7aea31a96789e6130b (diff)
downloadaerc-74cea6b5191d6d34cd4282840e05aa0970120341.tar.gz
release.sh: better list dependency changes
Instead of a dumb diff, add a script to render a pretty list of changed dependency versions. Separate the new and removed dependencies from the version updates. Signed-off-by: Robin Jarry <robin@jarry.cc>
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!