From f0d237d34aa6d0c41317ffe1a80c6e1cc364fe34 Mon Sep 17 00:00:00 2001 From: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:12:36 -0400 Subject: [PATCH 1/4] update release config and add version to PNPM in README Signed-off-by: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com> --- .github/release.config.js | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/release.config.js b/.github/release.config.js index a2cd654950..0951dae14b 100644 --- a/.github/release.config.js +++ b/.github/release.config.js @@ -1,6 +1,6 @@ module.exports = { branches: [ - { + { name: "main", channel: "latest", level: "minor" @@ -11,12 +11,12 @@ module.exports = { level: "patch" }, { - name: "release/3.*", - channel: "latest", + name: "release/1.*", + channel: "zowe-v1-lts", level: "patch" }, { - name: "next", + name: "release/3.*", prerelease: true, } ], diff --git a/README.md b/README.md index 6a75fd2c40..cd9a1aeb6d 100644 --- a/README.md +++ b/README.md @@ -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: From 8e766a6b4eff104a6a5afa218ab15e88867bd0b1 Mon Sep 17 00:00:00 2001 From: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:14:56 -0400 Subject: [PATCH 2/4] remove extra space in json Signed-off-by: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com> --- .github/release.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release.config.js b/.github/release.config.js index 0951dae14b..2b1dd113d5 100644 --- a/.github/release.config.js +++ b/.github/release.config.js @@ -1,6 +1,6 @@ module.exports = { branches: [ - { + { name: "main", channel: "latest", level: "minor" From 85c2ae899c5dc7939160c130d08b3219a424bfbe Mon Sep 17 00:00:00 2001 From: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com> Date: Fri, 20 Sep 2024 10:20:53 -0400 Subject: [PATCH 3/4] v2 branch name match Signed-off-by: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com> --- .github/release.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release.config.js b/.github/release.config.js index 2b1dd113d5..7b02d3cb30 100644 --- a/.github/release.config.js +++ b/.github/release.config.js @@ -6,7 +6,7 @@ module.exports = { level: "minor" }, { - name: "release/2.*", + name: "v2-lts", channel: "zowe-v2-lts", level: "patch" }, From aa91ededc3fd4003bf310ec5222283c593614711 Mon Sep 17 00:00:00 2001 From: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com> Date: Fri, 20 Sep 2024 10:21:56 -0400 Subject: [PATCH 4/4] v1-lts for final release Signed-off-by: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com> --- .github/release.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release.config.js b/.github/release.config.js index 7b02d3cb30..932fca2c58 100644 --- a/.github/release.config.js +++ b/.github/release.config.js @@ -11,7 +11,7 @@ module.exports = { level: "patch" }, { - name: "release/1.*", + name: "v1-lts", channel: "zowe-v1-lts", level: "patch" },