From 4150dc04d7de1f0cc6d28ab8d59ea80c9fe0fa2f Mon Sep 17 00:00:00 2001 From: Matt Pollard Date: Mon, 18 Jul 2022 10:50:56 +0200 Subject: [PATCH] Fix versioning for GitHub Enterprise Server 3.6 (#29070) --- .../creating-actions/metadata-syntax-for-github-actions.md | 4 ++++ .../releasing-projects-on-github/about-releases.md | 2 +- data/features/enterprise-owner-join-org.yml | 2 +- data/features/pr-tree-view.yml | 2 +- data/features/remove-enterprise-members.yml | 1 - 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/content/actions/creating-actions/metadata-syntax-for-github-actions.md b/content/actions/creating-actions/metadata-syntax-for-github-actions.md index 58aac4b73d..1df3205f81 100644 --- a/content/actions/creating-actions/metadata-syntax-for-github-actions.md +++ b/content/actions/creating-actions/metadata-syntax-for-github-actions.md @@ -369,10 +369,14 @@ runs: ``` {% endif %} +{% ifversion ghes > 3.5 or ghae-issue-6573 %} + #### `runs.steps[*].continue-on-error` **Optional** Prevents the action from failing when a step fails. Set to `true` to allow the action to pass when this step fails. +{% endif %} + ## `runs` for Docker container actions **Required** Configures the image used for the Docker container action. diff --git a/content/repositories/releasing-projects-on-github/about-releases.md b/content/repositories/releasing-projects-on-github/about-releases.md index 9c9f2fd285..0736ff4707 100644 --- a/content/repositories/releasing-projects-on-github/about-releases.md +++ b/content/repositories/releasing-projects-on-github/about-releases.md @@ -39,7 +39,7 @@ Anyone with read access to a repository can view and compare releases, but only You can manually create release notes while managing a release. Alternatively, you can automatically generate release notes from a default template, or customize your own release notes template. For more information, see "[Automatically generated release notes](/repositories/releasing-projects-on-github/automatically-generated-release-notes)." {% endif %} -{% ifversion fpt or ghec or ghes > 3.6 or ghae-issue-7054 %} +{% ifversion fpt or ghec or ghes > 3.5 or ghae-issue-7054 %} When viewing the details for a release, the creation date for each release asset is shown next to the release asset. {% endif %} diff --git a/data/features/enterprise-owner-join-org.yml b/data/features/enterprise-owner-join-org.yml index c41b6ad831..7ed560a15f 100644 --- a/data/features/enterprise-owner-join-org.yml +++ b/data/features/enterprise-owner-join-org.yml @@ -1,4 +1,4 @@ versions: ghec: '*' - ghes: '>=3.5' + ghes: '>=3.6' ghae: 'issue-5740' diff --git a/data/features/pr-tree-view.yml b/data/features/pr-tree-view.yml index 12f8c55691..7e93dea288 100644 --- a/data/features/pr-tree-view.yml +++ b/data/features/pr-tree-view.yml @@ -3,5 +3,5 @@ versions: fpt: '*' ghec: '*' - ghes: '>=3.5' + ghes: '>=3.6' ghae: 'issue-5892' diff --git a/data/features/remove-enterprise-members.yml b/data/features/remove-enterprise-members.yml index 2c205cdbec..cdeeceb969 100644 --- a/data/features/remove-enterprise-members.yml +++ b/data/features/remove-enterprise-members.yml @@ -1,4 +1,3 @@ versions: ghec: '*' - ghes: '>=3.5' ghae: 'issue-5739'