Skip to content

Commit

Permalink
Merge pull request #172 from zowe/release-major
Browse files Browse the repository at this point in the history
chore: update changelog and release config to release a major version
  • Loading branch information
zFernand0 authored Sep 23, 2024
2 parents 33130b0 + 9a8d26a commit bc981b3
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 67 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 z/OS FTP Plug-in for Zowe CLI will be documented in this file.

## Recent Changes

- MAJOR: v3.0.0 release

## `3.0.0-next.202409231411`

- Update: Final prerelease
Expand Down
120 changes: 60 additions & 60 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"@types/node": "^18.19.21",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@zowe/cli": "^8.0.0-next.202409191615",
"@zowe/cli-test-utils": "^8.0.0-next.202409191615",
"@zowe/imperative": "^8.0.0-next.202409191615",
"@zowe/cli": "^8.0.0",
"@zowe/cli-test-utils": "^8.0.0",
"@zowe/imperative": "^8.0.0",
"env-cmd": "^10.1.0",
"eslint": "^8.57.0",
"eslint-plugin-jest": "^27.9.0",
Expand Down
6 changes: 2 additions & 4 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ module.exports = {
branches: [
{
name: "master",
prerelease: true,
level: "none",
channel: "next",
channel: "zowe-v3-lts",
devDependencies: ["@zowe/cli", "@zowe/imperative", "@zowe/cli-test-utils"]
},
{
Expand All @@ -28,8 +27,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 bc981b3

Please sign in to comment.