Skip to content

Commit

Permalink
chore: update workflows in preparation for Zowe V3 GA
Browse files Browse the repository at this point in the history
Signed-off-by: zFernand0 <[email protected]>
  • Loading branch information
zFernand0 committed Sep 23, 2024
1 parent c100592 commit aba5130
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
},
{
Expand All @@ -16,7 +15,7 @@ module.exports = {
"@octorelease/changelog",
["@octorelease/npm", {
aliasTags: {
latest: ["zowe-v2-lts"]
latest: ["zowe-v3-lts"]
},
pruneShrinkwrap: true
}],
Expand Down

0 comments on commit aba5130

Please sign in to comment.