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.
1 parent bb8b34b commit 3b5fbb9Copy full SHA for 3b5fbb9
packages/cli-v3/src/commands/update.ts
@@ -74,7 +74,7 @@ export async function updateTriggerPackages(
74
75
const newCliVersion = await updateCheck();
76
77
- if (newCliVersion) {
+ if (newCliVersion && !cliVersion.startsWith("0.0.0")) {
78
prettyWarning(
79
"You're not running the latest CLI version, please consider updating ASAP",
80
`Current: ${cliVersion}\nLatest: ${newCliVersion}`,
0 commit comments