MCPcopy Create free account
hub / github.com/adobe/react-spectrum / commit

Method commit

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

Source from the content-addressed store, hash-verified

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

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected