Skip to content

Commit

Permalink
Merge pull request #147 from zowe/release-major
Browse files Browse the repository at this point in the history
chore: update release config to get cli/sdk with a non prerelease
  • Loading branch information
zFernand0 authored Sep 20, 2024
2 parents 854f237 + 5e7b206 commit fba006e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ module.exports = {
},
{
name: "main",
channel: "next",
channel: "zowe-v3-lts",
level: "none",
prerelease: true,
devDependencies: {
"@zowe/imperative": "zowe-v3-lts",
"@zowe/zowe-explorer-api": ["next", "@zowe:registry=https://registry.npmjs.org/"],
Expand Down Expand Up @@ -49,17 +48,15 @@ module.exports = {
{
$cwd: "packages/sdk",
aliasTags: {
"latest": ["zowe-v2-lts"],
"next": ["zowe-v3-lts"],
"latest": ["zowe-v2-lts"]
},
npmPublish: true,
tarballDir: "dist",
},
{
$cwd: "packages/cli",
aliasTags: {
"latest": ["zowe-v2-lts"],
"next": ["zowe-v3-lts"],
"latest": ["zowe-v2-lts"]
},
npmPublish: true,
tarballDir: "dist",
Expand All @@ -69,16 +66,17 @@ module.exports = {
"@octorelease/vsce",
{
$cwd: "packages/vsce",
ovsxPublish: true,
vscePublish: true,
ovsxPublish: false,
vscePublish: false,
vsixDir: "dist",
},
],
[
"@octorelease/github",
{
assets: ["dist/*.tgz", "dist/*.vsix"],
assets: ["dist/*.tgz"],//, "dist/*.vsix"],
checkPrLabels: true,
publishRelease: true
},
],
"@octorelease/git",
Expand Down
4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the IBM® CICS® Plug-in for Zowe CLI will be documented in this file.

## Recent Changes

- MAJOR: v6.0.0 release

## `6.0.0-next.202409201904`

- Update: Final prerelease
Expand Down
4 changes: 4 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the IBM® CICS® Plug-in for Zowe CLI will be documented in this file.

## Recent Changes

- MAJOR: v6.0.0 release

## `6.0.0-next.202409201904`

- Update: Final prerelease
Expand Down
4 changes: 4 additions & 0 deletions packages/vsce/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the "cics-extension-for-zowe" extension will be documented in this file.

## Recent Changes

- MAJOR: v3.0.0 release

## `3.0.0-next.202409201904`

- Update: Final prerelease
Expand Down

0 comments on commit fba006e

Please sign in to comment.