From 116dc90d21c602885057f666a6852286c678c0e1 Mon Sep 17 00:00:00 2001 From: Koen Date: Tue, 14 Nov 2023 14:18:17 +0100 Subject: [PATCH] Changed the way the changelog is written. --- deploy-stable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-stable.sh b/deploy-stable.sh index cf1a805b..ba965acf 100644 --- a/deploy-stable.sh +++ b/deploy-stable.sh @@ -25,7 +25,7 @@ cp ./app/build/outputs/apk/stable/release/app-stable-arm64-v8a-release.apk $DOCU VERSION=$(git describe --tags) echo $VERSION > $DOCUMENT_ROOT/version.txt mkdir -p $DOCUMENT_ROOT/changelogs -git tag -l $VERSION -n1000 | awk '{$1=""; print $0}' | sed -e 's/^[ \t]*//' > $DOCUMENT_ROOT/changelogs/$VERSION +git tag -l --format='%(contents)' $VERSION > $DOCUMENT_ROOT/changelogs/$VERSION # Notify Cloudflare to wipe the CDN cache echo "Purging Cloudflare cache for zone $CLOUDFLARE_ZONE_ID..."