We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a25302 commit 388686fCopy full SHA for 388686f
scripts/release/publish-commands/parse-params.js
@@ -41,6 +41,7 @@ module.exports = () => {
41
params.tags.forEach(tag => {
42
switch (tag) {
43
case 'latest':
44
+ case 'canary':
45
case 'next':
46
case 'experimental':
47
case 'alpha':
0 commit comments