Skip to content

Commit

Permalink
Add 7.17.13 to tag script
Browse files Browse the repository at this point in the history
  • Loading branch information
asteriscos committed Sep 28, 2023
1 parent d549511 commit cc2e962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/tag.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand Down

0 comments on commit cc2e962

Please sign in to comment.