Skip to content

Commit 8d452eb

Browse files
jc-clarksunbrye
andauthored
Introduce new variables for release phase terminology (#52375)
Co-authored-by: Sunbrye Ly <56200261+sunbrye@users.noreply.github.com>
1 parent 58738e3 commit 8d452eb

185 files changed

Lines changed: 263 additions & 237 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ To stop private contributions from counting toward your Achievements, or to turn
212212

213213
{% note %}
214214

215-
**Note:** This feature is currently in beta and subject to change.
215+
**Note:** This feature is currently in {% data variables.release-phases.public_preview %} and subject to change.
216216

217217
{% endnote %}
218218

content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/about-your-personal-dashboard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You can also find a list of your recently visited repositories, teams, and proje
5151

5252
{% note %}
5353

54-
**Note:** The new feed is currently in public beta and subject to change.
54+
**Note:** The new feed is currently in {% data variables.release-phases.public_preview %} and subject to change.
5555

5656
{% endnote %}
5757

@@ -91,7 +91,7 @@ For more information about following people and starring repositories, see "[AUT
9191

9292
{% note %}
9393

94-
**Note:** This new tab is currently in public beta and subject to change.
94+
**Note:** This new tab is currently in {% data variables.release-phases.public_preview %} and subject to change.
9595

9696
{% endnote %}
9797

content/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The following operating systems are supported for the self-hosted runner applica
117117
The following processor architectures are supported for the self-hosted runner application.
118118

119119
* `x64` - Linux, macOS, Windows.
120-
* `ARM64` - Linux, macOS{% ifversion actions-windows-arm %}, Windows (currently in beta){% endif %}.
120+
* `ARM64` - Linux, macOS{% ifversion actions-windows-arm %}, Windows (currently in {% data variables.release-phases.public_preview %}){% endif %}.
121121
* `ARM32` - Linux.
122122

123123
{% ifversion ghes %}

content/actions/hosting-your-own-runners/managing-self-hosted-runners/customizing-the-containers-used-by-jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ shortTitle: Customize containers used by jobs
1111

1212
{% note %}
1313

14-
**Note**: This feature is currently in beta and is subject to change.
14+
**Note**: This feature is currently in {% data variables.release-phases.public_preview %} and is subject to change.
1515

1616
{% endnote %}
1717

content/actions/sharing-automations/creating-actions/metadata-syntax-for-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ For example, if a workflow defined the `num-octocats` and `octocat-eye-color` in
8888

8989
### `inputs.<input_id>.deprecationMessage`
9090

91-
**Optional** If the input parameter is used, this `string` is logged as a warning message. You can use this warning to notify users that the input is deprecated and mention any alternatives.
91+
**Optional** If the input parameter is used, this `string` is logged as a warning message. You can use this warning to notify users that the input is {% data variables.release-phases.closing_down %} and mention any alternatives.
9292

9393
## `outputs` for Docker container and JavaScript actions
9494

content/actions/using-github-hosted-runners/using-larger-runners/running-jobs-on-larger-runners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Because macOS arm64 does not support Node 12, macOS {% data variables.actions.ho
199199

200200
{% note %}
201201

202-
**Note:** ARM-powered runners are currently in beta and are subject to change.
202+
**Note:** ARM-powered runners are currently in {% data variables.release-phases.public_preview %} and are subject to change.
203203

204204
{% endnote %}
205205

content/admin/administering-your-instance/administering-your-instance-from-the-command-line/command-line-utilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ $ ghe-es-index-status -do | column -ts,
210210

211211
### ghe-legacy-github-services-report
212212

213-
This utility lists repositories on your appliance that use {% data variables.product.prodname_dotcom %} Services, an integration method that will be discontinued on October 1, 2018. Users on your appliance may have set up {% data variables.product.prodname_dotcom %} Services to create notifications for pushes to certain repositories. For more information, see "[Announcing the deprecation of {% data variables.product.prodname_dotcom %} Services](https://developer.github.com/changes/2018-04-25-github-services-deprecation/)" on {% data variables.product.prodname_blog %}. For more information about this command or for additional options, use the `-h` flag.
213+
This utility lists repositories on your appliance that use {% data variables.product.prodname_dotcom %} Services, an integration that was discontinued on October 1, 2018. Users on your appliance may have set up {% data variables.product.prodname_dotcom %} Services to create notifications for pushes to certain repositories. For more information, see "[Announcing the deprecation of {% data variables.product.prodname_dotcom %} Services](https://developer.github.com/changes/2018-04-25-github-services-deprecation/)" on {% data variables.product.prodname_blog %}. For more information about this command or for additional options, use the `-h` flag.
214214

215215
```shell
216216
ghe-legacy-github-services-report

content/admin/all-releases.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: GitHub Enterprise Server releases
3-
intro: "Review information for each version of {% data variables.product.prodname_ghe_server %}: deprecation dates, links to documentation, and minimum recommended versions of supporting applications."
3+
intro: "Review information for each version of {% data variables.product.prodname_ghe_server %}: {% data variables.release-phases.closing_down %} dates, links to documentation, and minimum recommended versions of supporting applications."
44
allowTitleToDifferFromFilename: true
55
versions:
66
ghes: '*'
@@ -16,11 +16,11 @@ shortTitle: Releases
1616

1717
{% data variables.product.company_short %} supports the **four** most recent feature releases.
1818

19-
We provide documentation for both supported and deprecated versions of {% data variables.product.product_name %}. We do not maintain or update the documentation for deprecated versions.
19+
We provide documentation for both supported and unsupported versions of {% data variables.product.product_name %}. We do not maintain or update the documentation for unsupported versions.
2020

2121
For information about the latest release, see the [{% data variables.product.prodname_enterprise %}](https://github.com/enterprise) website.
2222

23-
| Version | Release | Deprecation | Supported | Release notes | Documentation |
23+
| Version | Release | {% data variables.release-phases.closing_down_caps %} date | Supported | Release notes | Documentation |
2424
| :- | :- | :- | :-: | :- | :- |
2525
{%- for version in enterpriseServerReleases.supported %}
2626
{%- assign currentDate = 'now' | date: '%s' %}
@@ -34,11 +34,11 @@ For information about the latest release, see the [{% data variables.product.pro
3434
| {{version}} | {{enterpriseServerReleases.dates[version].releaseDate}} | {{enterpriseServerReleases.dates[version].deprecationDate}} | {% octicon "x" aria-label="Not supported" %} | [{{version}} release notes](https://enterprise.github.com/releases/series/{{version}}) | [{{version}} documentation](/enterprise/{{version}}) |
3535
{%- endfor %}
3636

37-
### Deprecated developer documentation
37+
### Developer documentation that is {% data variables.release-phases.closing_down %}
3838

3939
We hosted developer documentation for {% data variables.product.product_name %} on a separate site until the 2.17 release. We provide developer documentation for version 2.16 and earlier, but do not maintain or update the documentation.
4040

41-
| Version | Release | Deprecation | Developer documentation |
41+
| Version | Release | {% data variables.release-phases.closing_down_caps %} date | Developer documentation |
4242
| :- | :- | :- | :- |
4343
{%- for version in enterpriseServerReleases.deprecatedReleasesOnDeveloperSite %}
4444
| {{version}} | {{enterpriseServerReleases.dates[version].releaseDate}} | {{enterpriseServerReleases.dates[version].deprecationDate}} | [{{version}} developer documentation](https://developer.github.com/enterprise/{{version}}) |

content/admin/configuring-settings/configuring-user-applications-for-your-enterprise/configuring-interactive-maps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To enable interactive maps, you must provide authentication credentials for Azur
2323

2424
{% warning %}
2525

26-
**Warning**: Authentication with Azure Maps using an API token is deprecated in {% data variables.product.product_name %} {{ allVersions[currentVersion].currentRelease }}.{% ifversion ghes = 3.10 %}4{% elsif ghes = 3.11 %}1{% endif %} and later. If you upgrade to the latest release of {% data variables.product.product_name %} on an instance already configured to authenticate with an API token, interactive maps will be disabled. You must reconfigure authentication using role-based access control (RBAC) for an application on a Microsoft Entra ID (previously known as Azure AD) tenant. {% data reusables.enterprise.azure-maps-auth-deprecation-link %}
26+
**Warning**: Authentication with Azure Maps using an API token is {% data variables.release-phases.retired %} in {% data variables.product.product_name %} {{ allVersions[currentVersion].currentRelease }}.{% ifversion ghes = 3.10 %}4{% elsif ghes = 3.11 %}1{% endif %} and later. If you upgrade to the latest release of {% data variables.product.product_name %} on an instance already configured to authenticate with an API token, interactive maps will be disabled. You must reconfigure authentication using role-based access control (RBAC) for an application on a Microsoft Entra ID (previously known as Azure AD) tenant. {% data reusables.enterprise.azure-maps-auth-deprecation-link %}
2727

2828
{% endwarning %}
2929

content/admin/enforcing-policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-personal-access-tokens-in-your-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ redirect_from:
1212

1313
**Note**: {% data reusables.user-settings.pat-v2-beta %}
1414

15-
During the beta, enterprises must opt in to {% data variables.product.pat_v2 %}s. If your enterprise has not already opted-in, then you will be prompted to opt-in and set policies when you follow the steps below.
15+
During the {% data variables.release-phases.public_preview %}, enterprises must opt in to {% data variables.product.pat_v2 %}s. If your enterprise has not already opted-in, then you will be prompted to opt-in and set policies when you follow the steps below.
1616

1717
Even if an enterprise has not opted in to {% data variables.product.pat_v2 %}s, organizations owned by the enterprise can still opt in. All users, including {% data variables.product.prodname_emus %}, can create {% data variables.product.pat_v2 %}s that can access resources owned by the user (such as repositories created under their account) even if the enterprise has not opted in to {% data variables.product.pat_v2 %}s.
1818

0 commit comments

Comments
 (0)