Skip to content

Commit 388686f

Browse files
authoredMay 3, 2023
Add "canary" to list of allowed npm dist tags (#26767)
Forgot this allowlist existed. It's an extra safeguard, in case we mess up the configuration somehow.
1 parent 8a25302 commit 388686f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎scripts/release/publish-commands/parse-params.js

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ module.exports = () => {
4141
params.tags.forEach(tag => {
4242
switch (tag) {
4343
case 'latest':
44+
case 'canary':
4445
case 'next':
4546
case 'experimental':
4647
case 'alpha':

0 commit comments

Comments
 (0)
Please sign in to comment.