Skip to content

Commit 50a832e

Browse files
authored
Merge pull request #28 from zowe/0.1.1-release
Fix latest tag to proper version
2 parents ef2de63 + 98e7659 commit 50a832e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zowe-secrets-for-kubernetes",
3-
"version": "0.0.1",
3+
"version": "0.1.1",
44
"scripts": {
55
"build": "turbo build",
66
"package": "npm run package --workspaces",

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = {
3232
{
3333
$cwd: "packages/cli",
3434
aliasTags: {
35-
latest: ["zowe-v1-lts"],
35+
latest: ["next"],
3636
},
3737
npmPublish: true,
3838
tarballDir: "dist",

0 commit comments

Comments
 (0)