Skip to content

Commit

Permalink
Merge branch 'next' into update-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zFernand0 authored Feb 22, 2024
2 parents 8d34b88 + 204d7b6 commit c1eb587
Show file tree
Hide file tree
Showing 26 changed files with 2,354 additions and 2,213 deletions.
10 changes: 9 additions & 1 deletion .github/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
{
name: "next",
channel: "next",
level: "major",
level: "none",
prerelease: true,
devDependencies: {
"@zowe/imperative": "next",
Expand Down Expand Up @@ -58,15 +58,23 @@ module.exports = {
$cwd: "packages/sdk",
aliasTags: {
"latest": ["zowe-v2-lts"],
"next": ["zowe-v3-lts"],
// TODO: Remove the two lines above when merging to the `main` branch
// "latest": ["zowe-v3-lts"],
},
npmPublish: true,
tarballDir: "dist",
},
{
$cwd: "packages/cli",
aliasTags: {
"latest": ["zowe-v2-lts"],
"next": ["zowe-v3-lts"],
// TODO: Remove the two lines above when merging to the `main` branch
// "latest": ["zowe-v3-lts"],
},
npmPublish: true,
tarballDir: "dist",
},
],
[
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// Standardize on the Prettier formatter
"editor.defaultFormatter": "esbenp.prettier-vscode",
// Enforce prettier on save
"editor.formatOnSave": true,
"editor.formatOnSave": false,
"npm.packageManager": "npm",
"eslint.packageManager": "npm"
}
Loading

0 comments on commit c1eb587

Please sign in to comment.