Skip to content

Commit

Permalink
changes requested by tim
Browse files Browse the repository at this point in the history
Signed-off-by: Amber Torrise <[email protected]>
  • Loading branch information
Amber Torrise committed Mar 15, 2024
1 parent b998c5f commit 0097557
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zowe/sample-plugin-for-zowe-cli",
"version": "3.0.0",
"version": "4.0.0",
"description": "A sample plug-in for Zowe CLI :)",
"homepage": "https://github.com/zowe/zowe-cli-sample-plugin#readme",
"bugs": {
Expand Down
11 changes: 6 additions & 5 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,18 @@ module.exports = {
{
name: "zowe-v?-lts",
level: "patch"
},
{
name: "next",
leverl: "none",
prerelease: true
}
// {
// name: "next",
// prerelease: true
// }
],
plugins: [
"@octorelease/changelog",
["@octorelease/npm", {
aliasTags: {
"latest": ["zowe-v2-lts", "next"]
"latest": ["zowe-v2-lts"]
},
smokeTest: true
}],
Expand Down

0 comments on commit 0097557

Please sign in to comment.