Skip to content

Commit

Permalink
Merge pull request #149 from zowe/update-wf
Browse files Browse the repository at this point in the history
chore: update workflows in preparation for Zowe v3 GA
  • Loading branch information
zFernand0 authored Oct 2, 2024
2 parents 06f3c24 + 4d4f8da commit 09e8588
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions .github/release.config.js
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
module.exports = {
branches: [
{
// This will be moved down once Zowe V3 is announced
// Remember to also update aliasTags below
name: "zowe-v2-lts",
level: "patch",
name: "main",
level: "minor",
devDependencies: {
"@zowe/imperative": "zowe-v2-lts",
"@zowe/zowe-explorer-api": ["zowe-v2-lts", "@zowe:registry=https://registry.npmjs.org/"],
"@zowe/imperative": "zowe-v3-lts",
"@zowe/zowe-explorer-api": ["zowe-v3-lts", "@zowe:registry=https://registry.npmjs.org/"],
}
},
{
name: "main",
channel: "zowe-v3-lts",
level: "none",
name: "zowe-v2-lts",
level: "patch",
devDependencies: {
"@zowe/imperative": "zowe-v3-lts",
"@zowe/zowe-explorer-api": ["next", "@zowe:registry=https://registry.npmjs.org/"],
"@zowe/imperative": "zowe-v2-lts",
"@zowe/zowe-explorer-api": ["zowe-v2-lts", "@zowe:registry=https://registry.npmjs.org/"],
}
}
],
Expand Down Expand Up @@ -48,15 +45,15 @@ module.exports = {
{
$cwd: "packages/sdk",
aliasTags: {
"latest": ["zowe-v2-lts"]
"latest": ["zowe-v3-lts"]
},
npmPublish: true,
tarballDir: "dist",
},
{
$cwd: "packages/cli",
aliasTags: {
"latest": ["zowe-v2-lts"]
"latest": ["zowe-v3-lts"]
},
npmPublish: true,
tarballDir: "dist",
Expand All @@ -66,15 +63,15 @@ module.exports = {
"@octorelease/vsce",
{
$cwd: "packages/vsce",
ovsxPublish: false,
vscePublish: false,
ovsxPublish: true,
vscePublish: true,
vsixDir: "dist",
},
],
[
"@octorelease/github",
{
assets: ["dist/*.tgz"],//, "dist/*.vsix"],
assets: ["dist/*.tgz", "dist/*.vsix"],
checkPrLabels: true,
publishRelease: true
},
Expand Down

0 comments on commit 09e8588

Please sign in to comment.