Skip to content

Commit

Permalink
Merge pull request #3101 from zowe/fix/3x-pre-release
Browse files Browse the repository at this point in the history
[v3] add next back to release.config
  • Loading branch information
JillieBeanSim committed Sep 9, 2024
2 parents c28d75b + 7cc2b57 commit 838ae45
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ module.exports = {
channel: "latest",
level: "patch"
},
// {
// name: "next",
// prerelease: true,
// }
{
name: "next",
prerelease: true,
}
],
plugins: [
[
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0-next-202409051240",
"version": "3.0.0-next-202409090938",
"command": {
"version": {
"forcePublish": true,
Expand Down
14 changes: 12 additions & 2 deletions packages/zowe-explorer/l10n/bundle.l10n.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 838ae45

Please sign in to comment.