Skip to content

Commit

Permalink
Merge pull request #2011 from zowe/t1m0thyj-patch-1
Browse files Browse the repository at this point in the history
Update release config to stop publishing v2 as next
  • Loading branch information
t1m0thyj authored Jan 8, 2024
2 parents dafbce6 + d9f1b32 commit 69a7c2e
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 @@ -19,7 +19,7 @@ module.exports = {
"displayNames": {
"cli": "Zowe CLI",
"core": "Core SDK",
"imperative": "imperative",
"imperative": "Imperative",
"zosconsole": "z/OS Console SDK",
"zosfiles": "z/OS Files SDK",
"zosjobs": "z/OS Jobs SDK",
Expand All @@ -35,8 +35,7 @@ module.exports = {
}],
["@octorelease/lerna", {
aliasTags: {
// Note: Remove "next" tag here when the "next" branch is uncommented above
"latest": ["zowe-v2-lts", "next"]
"latest": ["zowe-v2-lts"]
},
pruneShrinkwrap: ["@zowe/cli"],
smokeTest: true,
Expand Down

0 comments on commit 69a7c2e

Please sign in to comment.