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, 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.",