1
0
mirror of synced 2025-12-21 10:57:10 -05:00

add ghec version to graphql guides (#22314)

This commit is contained in:
Rachael Sewell
2021-10-22 10:05:17 -07:00
committed by GitHub
parent da419fd869
commit 1570dc66e6
37 changed files with 131291 additions and 5 deletions

View File

@@ -159,6 +159,7 @@ async function setBranchAsRef(options, graphqlVersion, branch = false) {
const branches = {
dotcom: defaultBranch,
ghec: defaultBranch,
ghes: `enterprise-${graphqlVersion.replace('ghes-', '')}-release`,
// TODO confirm the below is accurate after the release branch is created
ghae: 'github-ae-release',