Skip to content

Commit 5aaa6dc

Browse files
authored
fix(lts): change to 24 months (#195)
Signed-off-by: Lukasz Dziedziak <lukidzi@gmail.com>
1 parent 1afb56d commit 5aaa6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/release-tool/version_file.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func init() {
9494
versionFile.Flags().StringVar(&config.repo, "repo", "kumahq/kuma", "The repository to query")
9595
versionFile.Flags().StringVar(&edition, "edition", "kuma", "The edition of the product")
9696
versionFile.Flags().IntVar(&lifetimeMonths, "lifetime-months", 12, "the number of months a version is valid for")
97-
versionFile.Flags().IntVar(&ltsLifetimeMonths, "lts-lifetime-months", 30, "the number of months an lts version is valid for")
97+
versionFile.Flags().IntVar(&ltsLifetimeMonths, "lts-lifetime-months", 24, "the number of months an lts version is valid for")
9898
versionFile.Flags().StringVar(&minVersion, "min-version", "1.2.0", "The minimum version to build a version files on")
9999
versionFile.Flags().BoolVar(&activeBranches, "active-branches", false, "only output a json with the branches not EOL")
100100
}

0 commit comments

Comments
 (0)