From b12e43992ca10e4b4f989d0f9f3a2e98153eeb42 Mon Sep 17 00:00:00 2001 From: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:39:11 -0400 Subject: [PATCH 1/2] add next back to release.config Signed-off-by: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com> --- .github/release.config.js | 8 ++++---- lerna.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/release.config.js b/.github/release.config.js index df1b1ffadc..a2cd654950 100644 --- a/.github/release.config.js +++ b/.github/release.config.js @@ -15,10 +15,10 @@ module.exports = { channel: "latest", level: "patch" }, - // { - // name: "next", - // prerelease: true, - // } + { + name: "next", + prerelease: true, + } ], plugins: [ [ diff --git a/lerna.json b/lerna.json index 88a1403bff..bb0cef9557 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.0.0-next-202409051240", + "version": "3.0.0-next-202409090938", "command": { "version": { "forcePublish": true, From 7cc2b57b0d69ff590fbc5af2d48c3deaf3e47569 Mon Sep 17 00:00:00 2001 From: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:43:32 -0400 Subject: [PATCH 2/2] run prepublish Signed-off-by: Billie Simmons <49491949+JillieBeanSim@users.noreply.github.com> --- packages/zowe-explorer/l10n/bundle.l10n.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/packages/zowe-explorer/l10n/bundle.l10n.json b/packages/zowe-explorer/l10n/bundle.l10n.json index b9e86d1727..14f20dab26 100644 --- a/packages/zowe-explorer/l10n/bundle.l10n.json +++ b/packages/zowe-explorer/l10n/bundle.l10n.json @@ -929,9 +929,19 @@ }, "Profile Type": "Profile Type", "User Name": "User Name", - "Enter the user name for the {0} connection. Leave blank to not store.": "Enter the user name for the {0} connection. Leave blank to not store.", + "Enter the user name for the {0} connection. Leave blank to not store./Profile name": { + "message": "Enter the user name for the {0} connection. Leave blank to not store.", + "comment": [ + "Profile name" + ] + }, "Password": "Password", - "Enter the password for the {0} connection. Leave blank to not store.": "Enter the password for the {0} connection. Leave blank to not store.", + "Enter the password for the {0} connection. Leave blank to not store./Profile name": { + "message": "Enter the password for the {0} connection. Leave blank to not store.", + "comment": [ + "Profile name" + ] + }, "Select the profile you want to delete": "Select the profile you want to delete", "Validating {0} Profile./The profile name": { "message": "Validating {0} Profile.",