Skip to content

Commit

Permalink
Merge pull request #3096 from zowe/chore/v3/release-config
Browse files Browse the repository at this point in the history
chore(v3): Update `release.config.js`
  • Loading branch information
JillieBeanSim authored Sep 6, 2024
2 parents c13ebd5 + 14a5dd2 commit 8636a7e
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,22 @@ module.exports = {
{
name: "main",
channel: "latest",
level: "minor",
level: "minor"
},
{
name: "maintenance",
channel: "latest",
level: "patch",
name: "release/2.*",
channel: "zowe-v2-lts",
level: "patch"
},
{
name: "v1-lts",
channel: "zowe-v1-lts",
level: "patch",
name: "release/3.*",
channel: "latest",
level: "patch"
},
{
name: "next",
level: "none",
prerelease: true,
}
// {
// name: "next",
// prerelease: true,
// }
],
plugins: [
[
Expand Down

0 comments on commit 8636a7e

Please sign in to comment.