Skip to content

Commit

Permalink
Merge pull request #166 from zowe/update-wf
Browse files Browse the repository at this point in the history
chore: update workflows in preparation for Zowe V3 GA
  • Loading branch information
zFernand0 authored Oct 2, 2024
2 parents 89c5621 + 4262fd9 commit 6b78c85
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 6b78c85

Please sign in to comment.