From 867ef37e0074c65bdf5f090623220c578fefeee2 Mon Sep 17 00:00:00 2001 From: Tim Ramlot <42113979+inteon@users.noreply.github.com> Date: Fri, 6 Oct 2023 13:34:23 +0200 Subject: [PATCH] fix remaining feedback Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com> --- .spelling | 1 - content/docs/contributing/contributing-flow.md | 2 +- content/docs/contributing/release-process.md | 6 +++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.spelling b/.spelling index 3bd4c0ab5ab..6a2e900f0f4 100644 --- a/.spelling +++ b/.spelling @@ -666,7 +666,6 @@ README.md certificate.md pageinfo md#renew -upgrade.md # END TEMPORARY diff --git a/content/docs/contributing/contributing-flow.md b/content/docs/contributing/contributing-flow.md index 3cd1e50b414..7dc1c0d02a0 100644 --- a/content/docs/contributing/contributing-flow.md +++ b/content/docs/contributing/contributing-flow.md @@ -117,7 +117,7 @@ If this PR introduces a breaking change, the release note block must start with ### Cherry Picking If the pull request contains a critical bug fix then this should be cherry picked in to the current stable cert-manager branch -and [released as a patch release](../releases#support-policy). +and [released as a patch release](../releases/README.md#support-policy). To trigger the cherry-pick process, add a comment to the GitHub PR. For example: diff --git a/content/docs/contributing/release-process.md b/content/docs/contributing/release-process.md index 6d11c94d2c3..b968b292d4c 100644 --- a/content/docs/contributing/release-process.md +++ b/content/docs/contributing/release-process.md @@ -6,7 +6,7 @@ description: 'cert-manager contributing: Release process' This document aims to outline the process that should be followed for cutting a new release of cert-manager. If you would like to know more about current releases and the timeline for future releases, take a look at the -[Supported Releases](../releases) page. +[Supported Releases](../releases/README.md) page. ## Prerequisites @@ -246,10 +246,10 @@ page if a step is missing or if it is outdated. In that PR: 1. (**final release**) Update the section "Supported releases" in the - [supported-releases](../releases) page. + [supported-releases](../releases/README.md) page. 2. (**final release**) Update the section "How we determine supported Kubernetes versions" on the - [supported-releases](../releases) page. + [supported-releases](../releases/README.md) page. 3. (**final release**) Bump the version that appears in `scripts/gendocs/generate-new-import-path-docs`. For example: