Skip to content

Commit

Permalink
Major: Update release config and changelog files
Browse files Browse the repository at this point in the history
Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com>
  • Loading branch information
zFernand0 committed Sep 19, 2024
1 parent 856e442 commit 85088a8
Show file tree
Hide file tree
Showing 14 changed files with 54 additions and 6 deletions.
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 Zowe CLI package will be documented in this file.

## Recent Changes

- MAJOR: v8.0.0 Release

## `8.0.0-next.202409191615`

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

All notable changes to the Zowe core SDK package will be documented in this file.

## Recent Changes

- MAJOR: v8.0.0 Release

## `8.0.0-next.202409191615`

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

All notable changes to the Imperative package will be documented in this file.

## Recent Changes

- MAJOR: v8.0.0 Release

## `8.0.0-next.202409191615`

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

All notable changes to the Zowe provisioning SDK package will be documented in this file.

## Recent Changes

- MAJOR: v8.0.0 Release

## `8.0.0-next.202409191615`

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

All notable changes to the Zowe Secrets SDK package will be documented in this file.

## Recent Changes

- MAJOR: v8.0.0 Release

## `8.0.0-next.202409191615`

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

All notable changes to the Zowe z/OS workflows SDK package will be documented in this file.

## Recent Changes

- MAJOR: v8.0.0 Release

## `8.0.0-next.202409191615`

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

All notable changes to the Zowe z/OS console SDK package will be documented in this file.

## Recent Changes

- MAJOR: v8.0.0 Release

## `8.0.0-next.202409191615`

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

All notable changes to the Zowe z/OS files SDK package will be documented in this file.

## Recent Changes

- MAJOR: v8.0.0 Release

## `8.0.0-next.202409191615`

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

All notable changes to the Zowe z/OS jobs SDK package will be documented in this file.

## Recent Changes

- MAJOR: v8.0.0 Release

## `8.0.0-next.202409191615`

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

All notable changes to the Zowe z/OS logs SDK package will be documented in this file.

## Recent Changes

- MAJOR: v8.0.0 Release

## `8.0.0-next.202409191615`

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

All notable changes to the Zowe z/OSMF SDK package will be documented in this file.

## Recent Changes

- MAJOR: v8.0.0 Release

## `8.0.0-next.202409191615`

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

All notable changes to the Zowe z/OS TSO SDK package will be documented in this file.

## Recent Changes

- MAJOR: v8.0.0 Release

## `8.0.0-next.202409191615`

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

All notable changes to the Zowe z/OS USS SDK package will be documented in this file.

## Recent Changes

- MAJOR: v8.0.0 Release

## `8.0.0-next.202409191615`

- Update: Final prerelease
Expand Down
8 changes: 2 additions & 6 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ module.exports = {
name: "zowe-v?-lts",
level: "patch"
},
// Temporarily publish master branch as @next prerelease.
// When V3 goes live, remember to update alias tags below.
{
name: "master",
level: "none",
prerelease: true,
channel: "next"
channel: "zowe-v3-lts"
}
],
plugins: [
Expand All @@ -36,8 +33,7 @@ module.exports = {
}],
["@octorelease/lerna", {
aliasTags: {
"latest": ["zowe-v2-lts"],
"next": ["zowe-v3-lts"]
"latest": ["zowe-v2-lts"]
},
pruneShrinkwrap: ["@zowe/cli"],
smokeTest: true
Expand Down

0 comments on commit 85088a8

Please sign in to comment.