Make actual number of monthly releases consistent with readme

This commit is contained in:
BtbN 2022-02-01 12:15:46 +01:00
parent c8d2ea0cb6
commit aae6f518b8

View file

@ -4,7 +4,7 @@ git fetch --tags
TAGS=( $(git tag -l "autobuild-*" | sort -r) ) TAGS=( $(git tag -l "autobuild-*" | sort -r) )
KEEP_LATEST=14 KEEP_LATEST=14
KEEP_MONTHLY=12 KEEP_MONTHLY=24
LATEST_TAGS=() LATEST_TAGS=()
MONTHLY_TAGS=() MONTHLY_TAGS=()