Skip to content

Commit

Permalink
Merge pull request #3129 from zowe/fix/release-conf
Browse files Browse the repository at this point in the history
Update release config and add version to PNPM in README
  • Loading branch information
JillieBeanSim authored Sep 24, 2024
2 parents 1ea9fab + a3c1d6d commit b5c05da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ module.exports = {
level: "minor"
},
{
name: "release/2.*",
name: "v2-lts",
channel: "zowe-v2-lts",
level: "patch"
},
{
name: "release/3.*",
channel: "latest",
name: "v1-lts",
channel: "zowe-v1-lts",
level: "patch"
},
{
name: "next",
name: "release/3.*",
prerelease: true,
}
],
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Join our [Slack channel](https://slack.openmainframeproject.org/) to connect wit
Client-side prerequisites for development:

- Install [Node.js](https://nodejs.org/en/download/) v16.0 or later.
- Install [PNPM](https://pnpm.io/installation).
- Install [PNPM 8](https://pnpm.io/installation).

Host-side prerequisites for connection:

Expand Down

0 comments on commit b5c05da

Please sign in to comment.