Enable GitHub Enterprise Server 3.13 release candidate on GitHub Docs (#50165)
Co-authored-by: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com> Co-authored-by: Steve Guntrip <stevecat@github.com> Co-authored-by: Felicity Chapman <felicitymay@github.com> Co-authored-by: isaacmbrown <isaacmbrown@github.com> Co-authored-by: docs-bot <77750099+docs-bot@users.noreply.github.com> Co-authored-by: Peter Bengtsson <peterbe@github.com> Co-authored-by: Pallavi <96553709+pallsama@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c6e1ceff03
commit
4fc4e97dc0
@@ -9,13 +9,13 @@ export const dates = JSON.parse(await fs.readFile('src/ghes-releases/lib/enterpr
|
||||
// enterprise-releases/docs/supported-versions.md#release-lifecycle-dates
|
||||
|
||||
// Some frontmatter may contain the upcoming GHES release number
|
||||
export const next = '3.13'
|
||||
export const nextNext = '3.14'
|
||||
export const next = '3.14'
|
||||
export const nextNext = '3.15'
|
||||
|
||||
export const supported = ['3.12', '3.11', '3.10', '3.9']
|
||||
export const supported = ['3.13', '3.12', '3.11', '3.10', '3.9']
|
||||
|
||||
// Edit this to `null` when it's no longer the release candidate
|
||||
export const releaseCandidate = null
|
||||
export const releaseCandidate = '3.13'
|
||||
|
||||
// Ensure that:
|
||||
// "next" is ahead of "latest" by one minor or major release.
|
||||
|
||||
Reference in New Issue
Block a user