From aae6f518b832a75653e718d5282f1b4abfdb3cc6 Mon Sep 17 00:00:00 2001 From: BtbN Date: Tue, 1 Feb 2022 12:15:46 +0100 Subject: [PATCH] Make actual number of monthly releases consistent with readme --- util/prunetags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/prunetags.sh b/util/prunetags.sh index 991199e..ebe3d67 100755 --- a/util/prunetags.sh +++ b/util/prunetags.sh @@ -4,7 +4,7 @@ git fetch --tags TAGS=( $(git tag -l "autobuild-*" | sort -r) ) KEEP_LATEST=14 -KEEP_MONTHLY=12 +KEEP_MONTHLY=24 LATEST_TAGS=() MONTHLY_TAGS=()