diff options
author | Robin Jarry <robin@jarry.cc> | 2024-06-18 21:06:19 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-06-18 21:08:22 +0200 |
commit | 74cea6b5191d6d34cd4282840e05aa0970120341 (patch) | |
tree | d69c00aa9d5dec9303b2a82a9e239b63455eb86b /contrib/release.sh | |
parent | 3b9397e6592d9bb9e9ae5e7aea31a96789e6130b (diff) | |
download | aerc-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-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! |