Skip to content

Commit

Permalink
Merge pull request #165 from zowe/release-major
Browse files Browse the repository at this point in the history
chore: update release config to publish a major version
  • Loading branch information
zFernand0 authored Sep 20, 2024
2 parents e5b2ce9 + 67cb52c commit 44feced
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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

- MAJOR: v6.0.0 release

## `6.0.0-next.202409201929`

- Update: Final prerelease
Expand Down
6 changes: 2 additions & 4 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ module.exports = {
branches: [
{
name: "master",
prerelease: true,
channel: "next",
channel: "zowe-v3-lts",
level: "none",
devDependencies: {
"@zowe/cli": "zowe-v3-lts",
Expand All @@ -21,8 +20,7 @@ module.exports = {
"@octorelease/changelog",
["@octorelease/npm", {
aliasTags: {
latest: ["zowe-v2-lts"],
next: ["zowe-v3-lts"],
latest: ["zowe-v2-lts"]
},
pruneShrinkwrap: true
}],
Expand Down

0 comments on commit 44feced

Please sign in to comment.