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 5b6fe03 commit a9bb214Copy full SHA for a9bb214
scripts/publish.js
@@ -62,7 +62,7 @@ async function run() {
62
let tag =
63
semver.prerelease(version) == null && semver.compare(version, "6.0.0") > 0
64
? "latest"
65
- : "v5";
+ : "classic";
66
67
console.log();
68
console.log(
0 commit comments