diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bump-tag | 2 |
1 files changed, 1 insertions, 1 deletions
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= |