printFinalInstructions() — react Function Reference
Architecture documentation for the printFinalInstructions() function in publish-release.js from the react codebase.
Entity Profile
Dependency Diagram
graph TD f88b17f1_02a5_568f_8c02_a5114000a980["printFinalInstructions()"] 2073ecda_ac22_e62c_fb04_236af8022ec8["publish-release.js"] f88b17f1_02a5_568f_8c02_a5114000a980 -->|defined in| 2073ecda_ac22_e62c_fb04_236af8022ec8 7432554c_b057_f600_c294_f31d31c1666a["main()"] 7432554c_b057_f600_c294_f31d31c1666a -->|calls| f88b17f1_02a5_568f_8c02_a5114000a980 style f88b17f1_02a5_568f_8c02_a5114000a980 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
scripts/devtools/publish-release.js lines 41–58
async function printFinalInstructions(currentCommitHash, archivePath) {
console.log('');
console.log(
'You are now ready to publish the extension to Chrome, Edge, and Firefox:'
);
console.log(
` ${chalk.blue.underline(
'https://fburl.com/publish-react-devtools-extensions'
)}`
);
console.log('');
console.log('When publishing to Firefox, remember the following:');
console.log(` Commit Hash: ${chalk.bold(currentCommitHash)}`);
console.log(` Git archive: ${chalk.bold(archivePath)}`);
console.log('');
console.log('Also consider syncing this release to Facebook:');
console.log(` ${chalk.bold.green('js1 upgrade react-devtools')}`);
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does printFinalInstructions() do?
printFinalInstructions() is a function in the react codebase, defined in scripts/devtools/publish-release.js.
Where is printFinalInstructions() defined?
printFinalInstructions() is defined in scripts/devtools/publish-release.js at line 41.
What calls printFinalInstructions()?
printFinalInstructions() is called by 1 function(s): main.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free