Make actual number of monthly releases consistent with readme
This commit is contained in:
parent
c8d2ea0cb6
commit
aae6f518b8
1 changed files with 1 additions and 1 deletions
|
@ -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=()
|
||||||
|
|
Loading…
Reference in a new issue