(github: GithubConfig)
| 56 | * upstream remote repository and the `next` release-train branch. |
| 57 | */ |
| 58 | export 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. */ |
| 63 | export async function getVersionInfoForBranch( |
no outgoing calls