Skip to content

Commit

Permalink
Add "canary" to list of allowed npm dist tags (#26767)
Browse files Browse the repository at this point in the history
Forgot this allowlist existed. It's an extra safeguard, in case we mess
up the configuration somehow.
  • Loading branch information
acdlite committed May 3, 2023
1 parent 8a25302 commit 388686f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release/publish-commands/parse-params.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ module.exports = () => {
params.tags.forEach(tag => {
switch (tag) {
case 'latest':
case 'canary':
case 'next':
case 'experimental':
case 'alpha':
Expand Down

0 comments on commit 388686f

Please sign in to comment.