We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tag
dist-tag
1 parent 4b207e8 commit 6f85389Copy full SHA for 6f85389
lib/npm.js
@@ -84,7 +84,7 @@ module.exports = function( Release ) {
84
}
85
86
while ( npmTags.length ) {
87
- npmCommand = "npm tag " + name + "@" + Release.newVersion + " " + npmTags.pop();
+ npmCommand = "npm dist-tag add " + name + "@" + Release.newVersion + " " + npmTags.pop();
88
console.log( " " + chalk.cyan( npmCommand ) );
89
if ( !Release.isTest ) {
90
Release.exec( npmCommand );
0 commit comments