@samitouri / QOS-React-1 / commits / ce578f9c59

[compiler] Update publish tags (#32952)

Adds missing tag.

lauren committed Apr 17, 2025 at 13:13 UTC ce578f9c59be73e6e32c633e6d251e8ec6dcad84
1 file changed +1 -1
compiler/scripts/release/publish.js
+1 -1
@@ -62,7 +62,7 @@ async function main() {
62 .option('tag', {
63 description: 'Tag to publish to npm',
64 type: 'choices',
65 - choices: ['experimental', 'beta'],
65 + choices: ['experimental', 'beta', 'rc'],
66 default: 'experimental',
67 })
68 .option('version-name', {