Skip to content

Commit

Permalink
Merge pull request #3164 from zowe/t1m0thyj-patch-1
Browse files Browse the repository at this point in the history
Update release.config.js for Zowe V3 GA
  • Loading branch information
zFernand0 authored Oct 2, 2024
2 parents 74432c4 + dd65c86 commit b43eccb
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
[
Expand All @@ -45,7 +49,7 @@ module.exports = {
{
$cwd: "packages/zowe-explorer-api",
aliasTags: {
"latest": ["zowe-v2-lts"],
"latest": ["zowe-v3-lts"],
},
npmPublish: true,
tarballDir: "dist",
Expand Down

0 comments on commit b43eccb

Please sign in to comment.