Skip to content

Commit a866f30

Browse files
chore: use 0.0.0-x
1 parent 058fcdb commit a866f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release-deprecate.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const FILTER_BY_PACKAGE_NAME: string = process.env.FILTER_BY_PACKAGE_NAME ?? "";
1414
/**
1515
* Restricted tags that can be deprecated
1616
*/
17-
const DEPRECIABLE_TAGS: string[] = ["0.0.0-next", "0.0.0-pr", "0.0.0-rc"];
17+
const DEPRECIABLE_TAGS: string[] = ["0.0.0-x"];
1818

1919
/**
2020
* Packages that are no longer published to npm

0 commit comments

Comments
 (0)