From dd65c86315c298fa637b7249a3132799c3cba803 Mon Sep 17 00:00:00 2001 From: Timothy Johnson Date: Wed, 2 Oct 2024 05:17:30 -0400 Subject: [PATCH] Update release.config.js for Zowe V3 GA Signed-off-by: Timothy Johnson --- .github/release.config.js | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/.github/release.config.js b/.github/release.config.js index 371f160a1..3c24ff0ea 100644 --- a/.github/release.config.js +++ b/.github/release.config.js @@ -6,20 +6,24 @@ module.exports = { level: "minor" }, { - name: "v2-lts", - channel: "zowe-v2-lts", + name: "v1-lts", + channel: "zowe-v1-lts", level: "patch" }, { - name: "v1-lts", - channel: "zowe-v1-lts", + name: "v2-lts", + channel: "zowe-v2-lts", level: "patch" }, { name: "release/3.*", - channel: "next", - prerelease: true, + channel: "latest", + level: "patch" } + // { + // name: "next", + // prerelease: true + // } ], plugins: [ [ @@ -45,7 +49,7 @@ module.exports = { { $cwd: "packages/zowe-explorer-api", aliasTags: { - "latest": ["zowe-v2-lts"], + "latest": ["zowe-v3-lts"], }, npmPublish: true, tarballDir: "dist",