MCPcopy Index your code
hub / github.com/react/react / printFinalInstructions

Function printFinalInstructions

scripts/devtools/publish-release.js:41–58  ·  view source on GitHub ↗
(currentCommitHash, archivePath)

Source from the content-addressed store, hash-verified

39}
40
41async function printFinalInstructions(currentCommitHash, archivePath) {
42 console.log('');
43 console.log(
44 'You are now ready to publish the extension to Chrome, Edge, and Firefox:'
45 );
46 console.log(
47 ` ${chalk.blue.underline(
48 'https://fburl.com/publish-react-devtools-extensions'
49 )}`
50 );
51 console.log('');
52 console.log('When publishing to Firefox, remember the following:');
53 console.log(` Commit Hash: ${chalk.bold(currentCommitHash)}`);
54 console.log(` Git archive: ${chalk.bold(archivePath)}`);
55 console.log('');
56 console.log('Also consider syncing this release to Facebook:');
57 console.log(` ${chalk.bold.green('js1 upgrade react-devtools')}`);
58}
59
60async function publishToNPM() {
61 const {otp} = await inquirer.prompt([

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected