Skip to content

Commit ce578f9

Browse files
authored
[compiler] Update publish tags (facebook#32952)
Adds missing tag.
1 parent 45d942f commit ce578f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/scripts/release/publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ async function main() {
6262
.option('tag', {
6363
description: 'Tag to publish to npm',
6464
type: 'choices',
65-
choices: ['experimental', 'beta'],
65+
choices: ['experimental', 'beta', 'rc'],
6666
default: 'experimental',
6767
})
6868
.option('version-name', {

0 commit comments

Comments
 (0)