From cc2e962433536f18bbafa358f0f6352bc4e5359c Mon Sep 17 00:00:00 2001 From: Federico Rodriguez Date: Thu, 28 Sep 2023 11:32:38 +0200 Subject: [PATCH] Add 7.17.13 to tag script --- scripts/release/tag.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release/tag.js b/scripts/release/tag.js index efc81151f5..e03af53aa9 100644 --- a/scripts/release/tag.js +++ b/scripts/release/tag.js @@ -50,7 +50,7 @@ function getSupportedVersions(pluginVersion) { branch: `${pluginVersion}-7.16`, versions: [ ...[...Array(4).keys()].map(idx => `7.16.${idx}`), - ...[...Array(13).keys()].map(idx => `7.17.${idx}`), + ...[...Array(14).keys()].map(idx => `7.17.${idx}`), ], manifestPluginPath: 'kibana.json', },