diff --git a/.github/release.config.js b/.github/release.config.js index 0eeff43a..90fe4f1e 100644 --- a/.github/release.config.js +++ b/.github/release.config.js @@ -79,7 +79,6 @@ module.exports = { { assets: ["dist/*.tgz", "dist/*.vsix"], checkPrLabels: true, - draftRelease: true, }, ], "@octorelease/git", diff --git a/package.json b/package.json index f2e11aa3..31405c09 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "repository": "https://github.com/zowe/cics-for-zowe-client", "workspaces": [ - "./packages/*" + "packages/*" ], "scripts": { "build": "turbo build", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 2c9e2923..2b0d35e2 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the IBM® CICS® Plug-in for Zowe CLI will be documented in this file. -## `6.0.0-next.202409201821` +## Recent Changes - Update: Final prerelease diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 64f5ee41..03e99093 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the IBM® CICS® Plug-in for Zowe CLI will be documented in this file. -## `6.0.0-next.202409201821` +## Recent Changes - Update: Final prerelease diff --git a/packages/vsce/CHANGELOG.md b/packages/vsce/CHANGELOG.md index 49bce16d..9eb20e1d 100644 --- a/packages/vsce/CHANGELOG.md +++ b/packages/vsce/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the "cics-extension-for-zowe" extension will be documented in this file. -## `6.0.0-next.202409201821` +## Recent Changes - Update: Final prerelease