Skip to content

Commit

Permalink
CHANGELOG and deployment updates added
Browse files Browse the repository at this point in the history
Signed-off-by: Billie Simmons <[email protected]>
  • Loading branch information
JillieBeanSim committed Aug 31, 2023
1 parent 248b65b commit f412f1f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ module.exports = {
channel: "zowe-v1-lts",
level: "patch",
},
// {
// name: "next",
// prerelease: true,
// }
{
name: "next",
prerelease: true,
}
],
plugins: [
[
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0-next.202308311200",
"version": "3.0.0-next.202308311221",
"command": {
"version": {
"forcePublish": true,
Expand Down
2 changes: 0 additions & 2 deletions packages/eslint-plugin-zowe-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ All notable changes to the "eslint-plugin-zowe-explorer" package will be documen

- Added placeholder `madge` script to `package.json` for workspace script to succeed.

### Bug fixes

## `2.9.1`

### New features and enhancements
Expand Down
2 changes: 0 additions & 2 deletions packages/zowe-explorer-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ All notable changes to the "zowe-explorer-api" extension will be documented in t
- Removal of deprecated APIs. Check the [list](https://github.com/zowe/vscode-extension-for-zowe/tree/next/docs/early-access/v3/Extenders.md) of APIs that were removed.
- Added `madge` script in `package.json` to track circular dependencies. [#2148](https://github.com/zowe/vscode-extension-for-zowe/issues/2148)

### Bug fixes

## `2.10.0`

### New features and enhancements
Expand Down
2 changes: 0 additions & 2 deletions packages/zowe-explorer-ftp-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ All notable changes to the "zowe-explorer-ftp-extension" extension will be docum
- Updated activation event to `onStartupFinished`. [#1910](https://github.com/zowe/vscode-extension-for-zowe/issues/1910)
- Added `madge` script in `package.json` to track circular dependencies. [#2148](https://github.com/zowe/vscode-extension-for-zowe/issues/2148)

### Bug fixes

## `2.10.0`

### New features and enhancements
Expand Down
2 changes: 0 additions & 2 deletions packages/zowe-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documen
- Updated activation event to `onStartupFinished`. [#1910](https://github.com/zowe/vscode-extension-for-zowe/issues/1910)
- Added `madge` script in `package.json` to track circular dependencies. [#2148](https://github.com/zowe/vscode-extension-for-zowe/issues/2148)

### Bug fixes

## `2.10.0`

### New features and enhancements
Expand Down

0 comments on commit f412f1f

Please sign in to comment.