We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef2de63 + 98e7659 commit 50a832eCopy full SHA for 50a832e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "zowe-secrets-for-kubernetes",
3
- "version": "0.0.1",
+ "version": "0.1.1",
4
"scripts": {
5
"build": "turbo build",
6
"package": "npm run package --workspaces",
release.config.js
@@ -32,7 +32,7 @@ module.exports = {
32
33
$cwd: "packages/cli",
34
aliasTags: {
35
- latest: ["zowe-v1-lts"],
+ latest: ["next"],
36
},
37
npmPublish: true,
38
tarballDir: "dist",
0 commit comments