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
1 changed files with 1 additions and 1 deletions

View File

@ -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=()