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 20, 2024
1 parent 89c5621 commit 4262fd9
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@ module.exports = {
branches: [
{
name: "master",
channel: "zowe-v3-lts",
level: "none",
devDependencies: {
"@zowe/cli": "zowe-v3-lts",
"@zowe/imperative": "zowe-v3-lts",
"@zowe/cli-test-utils": "zowe-v3-lts"
}
level: "minor",
devDependencies: ["@zowe/cli", "@zowe/imperative", "@zowe/cli-test-utils"]
},
{
name: "zowe-v?-lts",
Expand All @@ -20,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 4262fd9

Please sign in to comment.