From aba5130e9d7135a6f1fb64f02a551d9175d50cef Mon Sep 17 00:00:00 2001 From: zFernand0 <37381190+zFernand0@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:01:23 -0400 Subject: [PATCH] chore: update workflows in preparation for Zowe V3 GA Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com> --- release.config.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/release.config.js b/release.config.js index 3672a90..ee93e34 100644 --- a/release.config.js +++ b/release.config.js @@ -2,8 +2,7 @@ module.exports = { branches: [ { name: "master", - level: "none", - channel: "zowe-v3-lts", + level: "minor", devDependencies: ["@zowe/cli", "@zowe/imperative", "@zowe/cli-test-utils"] }, { @@ -16,7 +15,7 @@ module.exports = { "@octorelease/changelog", ["@octorelease/npm", { aliasTags: { - latest: ["zowe-v2-lts"] + latest: ["zowe-v3-lts"] }, pruneShrinkwrap: true }],