We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d8301 commit 04202dcCopy full SHA for 04202dc
lib/controllers/update-controller.ts
@@ -89,6 +89,7 @@ export class UpdateController
89
updateOptions.projectDir
90
);
91
92
+ updateOptions.version = updateOptions.version || PackageVersion.LATEST;
93
try {
94
// this is a preventive check to make sure the passed version exists before doing any backups, however
95
// the update can still fail if the specified tag doesn't exist in one of the updatableDependencies
0 commit comments