MCPcopy Create free account
hub / github.com/angular/dev-infra / getNextBranchName

Function getNextBranchName

ng-dev/release/versioning/version-branches.ts:58–60  ·  view source on GitHub ↗
(github: GithubConfig)

Source from the content-addressed store, hash-verified

56 * upstream remote repository and the `next` release-train branch.
57 */
58export function getNextBranchName(github: GithubConfig): string {
59 return github.mainBranchName;
60}
61
62/** Gets the version info for a branch by reading the `package.json` upstream. */
63export async function getVersionInfoForBranch(

Callers 8

handlerFunction · 0.85
setupFunction · 0.85
runMethod · 0.85
retrieveDataMethod · 0.85
getTargetBranchesForPrFunction · 0.85
checkoutToTargetBranchFunction · 0.85

Calls

no outgoing calls

Tested by 1

setupFunction · 0.68