Skip to content

Commit

Permalink
Switch to React RC
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored and lubieowoce committed May 21, 2024
1 parent e7065a9 commit 4a8e1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sync-react.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ async function getChangelogFromGitHub(baseSha, newSha) {
return changelog.length > 0 ? changelog.join('\n') : null
}

sync('beta')
sync('rc')
.then(() => sync('experimental'))
.catch((error) => {
console.error(error)
Expand Down

0 comments on commit 4a8e1a0

Please sign in to comment.