MCPcopy Index your code
hub / github.com/adobe/react-spectrum / commit

Method commit

scripts/bumpVersions.js:512–517  ·  view source on GitHub ↗
(versions)

Source from the content-addressed store, hash-verified

510 }
511
512 commit(versions) {
513 exec('git commit -a -m "Publish"', {stdio: 'inherit'});
514 for (let [name, [, newVersion]] of versions) {
515 exec(`git tag ${name}@${newVersion}`, {stdio: 'inherit'});
516 }
517 }
518}
519
520new VersionManager().run();

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected