Skip to content

Commit 89149b8

Browse files
authored
Merge pull request #29 from zowe/0.1.1-release
Invert alias tags
2 parents 50a832e + 656c87e commit 89149b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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: ["next"],
35+
next: ["latest"],
3636
},
3737
npmPublish: true,
3838
tarballDir: "dist",

0 commit comments

Comments
 (0)