MCPcopy
hub / github.com/semantic-release/semantic-release / merge

Function merge

test/helpers/git-utils.js:286–288  ·  view source on GitHub ↗
(ref, execaOptions)

Source from the content-addressed store, hash-verified

284 * @param {Object} [execaOpts] Options to pass to `execa`.
285 */
286export async function merge(ref, execaOptions) {
287 await execa("git", ["merge", "--no-ff", ref], execaOptions);
288}
289
290/**
291 * Merge a branch into the current one with `git merge --ff`.

Callers 2

e2e.test.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…