-
Notifications
You must be signed in to change notification settings - Fork 66.9k
Expand file tree
/
Copy pathrelease-phases.yml
More file actions
37 lines (25 loc) · 1.07 KB
/
release-phases.yml
File metadata and controls
37 lines (25 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Contains variables to identify GitHub's release phases. These are aligned with Microsoft standards.
# For reference: https://github.com/github/docs-team/issues/4302
preview: 'preview'
public_preview: >-
{% ifversion ghes < 3.16 %}beta{% else %}public preview{% endif %}
public_preview_dpa: >-
public preview with [data protection](https://gh.io/dpa)
public_preview_caps: >-
{% ifversion ghes < 3.16 %}Beta{% else %}Public preview{% endif %}
private_preview: >-
{% ifversion ghes < 3.16 %}private beta{% else %}private preview{% endif %}
private_preview_caps: >-
{% ifversion ghes < 3.16 %}Private beta{% else %}Private preview{% endif %}
technical_preview: >-
technical preview
technical_preview_caps: >-
Technical preview
closing_down: >-
{% ifversion ghes < 3.16 %}deprecated{% else %}closing down{% endif %}
closing_down_caps: >-
{% ifversion ghes < 3.16 %}Deprecated{% else %}Closing down{% endif %}
retired: >-
{% ifversion ghes < 3.16 %}sunset{% else %}retired{% endif %}
retired_caps: >-
{% ifversion ghes < 3.16 %}Sunset{% else %}Retired{% endif %}