From 665e73c1579ff17c0378a7dde62445029dd85a5c Mon Sep 17 00:00:00 2001 From: Johan Wassberg Date: Tue, 31 Oct 2023 10:35:17 +0100 Subject: Main baby! --- scripts/bump-tag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bump-tag b/scripts/bump-tag index b85beb8..1ed204c 100755 --- a/scripts/bump-tag +++ b/scripts/bump-tag @@ -15,7 +15,7 @@ git tag -v $last_tag > /dev/null 2>&1 echo "" echo "Differences between tag $last_tag and what you are about to sign:" -PAGER=cat git diff $last_tag..master +PAGER=cat git diff $last_tag..main iter=1 ok= -- cgit v1.2.3