diff options
author | Johan Wassberg <jocar@sunet.se> | 2023-10-31 10:35:17 +0100 |
---|---|---|
committer | Johan Wassberg <jocar@sunet.se> | 2023-10-31 10:35:17 +0100 |
commit | 665e73c1579ff17c0378a7dde62445029dd85a5c (patch) | |
tree | 664c377ea3af343e553edad51ae41cd5d8284f55 | |
parent | 8221a90335dcd398234cc60455a85d38f1fddde1 (diff) |
Main baby!conf-2023-10-31-v02
-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= |