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.
0.0.0-x
1 parent 058fcdb commit a866f30Copy full SHA for a866f30
scripts/release-deprecate.mts
@@ -14,7 +14,7 @@ const FILTER_BY_PACKAGE_NAME: string = process.env.FILTER_BY_PACKAGE_NAME ?? "";
14
/**
15
* Restricted tags that can be deprecated
16
*/
17
-const DEPRECIABLE_TAGS: string[] = ["0.0.0-next", "0.0.0-pr", "0.0.0-rc"];
+const DEPRECIABLE_TAGS: string[] = ["0.0.0-x"];
18
19
20
* Packages that are no longer published to npm
0 commit comments