Skip to content

Commit

Permalink
Merge pull request #3017 from zowe/chore/update-release-cfg
Browse files Browse the repository at this point in the history
chore: update release.config.js w/ release wildcard
  • Loading branch information
t1m0thyj authored Jul 24, 2024
2 parents e3a4fd3 + 0f8092f commit ecd6153
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/release.config.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
module.exports = {
branches: [
{
name: "main",
channel: "latest",
level: "minor",
},
{
name: "maintenance",
channel: "latest",
level: "minor", // Use maintenance branch for releases until v3
},
{
name: "v1-lts",
channel: "zowe-v1-lts",
level: "patch",
},
{
name: "release/2.*",
channel: "latest",
level: "minor"
}
// {
// name: "next",
// prerelease: true,
Expand Down

0 comments on commit ecd6153

Please sign in to comment.