Skip to content

Commit

Permalink
chore: update release.config for the last prerelease
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 20, 2024
1 parent 379e219 commit 2d42922
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## Recent Changes

- Update: Final prerelease

## `6.0.0-next.202408142011`

- BugFix: Updated axios transitive dependency to resolve technical debt. [#156](https://github.com/zowe/zowe-cli-db2-plugin/pull/156)
Expand Down
18 changes: 7 additions & 11 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
module.exports = {
branches: [
{
name: "next",
name: "master",
prerelease: true,
channel: "next",
level: "none",
devDependencies: {
"@zowe/cli": "next",
"@zowe/imperative": "next",
"@zowe/cli-test-utils": "next"
"@zowe/cli": "zowe-v3-lts",
"@zowe/imperative": "zowe-v3-lts",
"@zowe/cli-test-utils": "zowe-v3-lts"
}
},
{
name: "master",
level: "minor",
devDependencies: ["@zowe/cli", "@zowe/imperative", "@zowe/cli-test-utils"]
},
{
name: "zowe-v1-lts",
name: "zowe-v?-lts",
level: "patch",
devDependencies: ["@zowe/cli", "@zowe/imperative"]
}
Expand All @@ -26,7 +21,8 @@ module.exports = {
"@octorelease/changelog",
["@octorelease/npm", {
aliasTags: {
latest: ["zowe-v2-lts"]
latest: ["zowe-v2-lts"],
next: ["zowe-v3-lts"],
},
pruneShrinkwrap: true
}],
Expand Down

0 comments on commit 2d42922

Please sign in to comment.