From b2d13ccd33ef1fc9fa973dfd59d1dfe093797630 Mon Sep 17 00:00:00 2001 From: Johan Wassberg Date: Thu, 11 Apr 2024 14:57:35 +0200 Subject: Configure our tag --- scripts/bump-tag | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/bump-tag b/scripts/bump-tag index af4ee40..317dd31 100755 --- a/scripts/bump-tag +++ b/scripts/bump-tag @@ -6,8 +6,7 @@ test -f .env && . ./.env git pull -deftag=`basename $PWD` -tagpfx=${tag:="$deftag"} +tagpfx=${tag:="fidus-metadata"} last_tag=`git tag -l "${tagpfx}-*"|sort|tail -1` -- cgit v1.2.3