Skip to content

Commit

Permalink
chore: update release config to publish a major version
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 e5b2ce9 commit b0eb381
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 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",
prerelease: true,
channel: "next",
channel: "zowe-v3-lts",
level: "none",
devDependencies: {
"@zowe/cli": "zowe-v3-lts",
Expand All @@ -21,8 +20,7 @@ module.exports = {
"@octorelease/changelog",
["@octorelease/npm", {
aliasTags: {
latest: ["zowe-v2-lts"],
next: ["zowe-v3-lts"],
latest: ["zowe-v2-lts"]
},
pruneShrinkwrap: true
}],
Expand Down

0 comments on commit b0eb381

Please sign in to comment.