This is an automated email from the ASF dual-hosted git repository.
yuchaoran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-yunikorn-site.git
The following commit(s) were added to refs/heads/master by this push:
new 4b1b5e4 [YUNIKORN-1079] fix internal links (#131)
4b1b5e4 is described below
commit 4b1b5e46332d57274d793b1021478d37d9ef2f4d
Author: Wilfred Spiegelenburg <[email protected]>
AuthorDate: Thu Feb 17 14:09:15 2022 +1100
[YUNIKORN-1079] fix internal links (#131)
Internal links in markdown only work if they are all lower case on the
site, in contrast to the github rendering.
---
src/pages/community/release_procedure.md | 34 ++++++++++++++++----------------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/src/pages/community/release_procedure.md
b/src/pages/community/release_procedure.md
index aade0c6..a6618de 100644
--- a/src/pages/community/release_procedure.md
+++ b/src/pages/community/release_procedure.md
@@ -28,23 +28,23 @@ Even if a release has been made before make sure that the
latest version is chec
The instructions and tools obey the ASF [release
policy](http://www.apache.org/legal/release-policy.html), and [Podling Release
Policy](https://incubator.apache.org/policy/incubation.html#releases).
-* [Create a Release](#Create-a-Release)
- * [Tag and update release for version](#Tag-and-update-release-for-version)
- * [Update the CHANGELOG](#Update-the-CHANGELOG)
- * [Run the release tool](#Run-the-release-tool)
- * [Create Signature](#Create-Signature)
- * [Create Checksum](#Create-Checksum)
- * [Upload Release Candidate Artefacts](#Upload-Release-Candidate-Artefacts)
- * [Start Voting Thread](#Start-Voting-Thread)
- * [Publish the Release](#Publish-the-Release)
- * [Release Docker images](#Release-Docker-images)
- * [Release Helm Charts](#Release-Helm-Charts)
- * [Update the website](#Update-the-website)
- * [Create the GIT releases](#Create-the-GIT-releases)
- * [Verify the release](#Verify-the-release)
-* [Signing your first release](#Signing-your-first-release)
- * [Generate a Key](#Generate-a-Key)
- * [Add the signature to the project KEYS
file](#Add-the-signature-to-the-project-KEYS-file)
+* [Create a Release](#create-a-release)
+ * [Tag and update release for version](#tag-and-update-release-for-version)
+ * [Update the CHANGELOG](#update-the-changelog)
+ * [Run the release tool](#run-the-release-tool)
+ * [Create Signature](#create-signature)
+ * [Create Checksum](#create-checksum)
+ * [Upload Release Candidate Artefacts](#upload-release-candidate-artefacts)
+ * [Start Voting Thread](#start-voting-thread)
+ * [Publish the Release](#publish-the-release)
+ * [Release Docker images](#release-docker-images)
+ * [Release Helm Charts](#release-helm-charts)
+ * [Update the website](#update-the-website)
+ * [Create the GIT releases](#create-the-git-releases)
+ * [Verify the release](#verify-the-release)
+* [Signing your first release](#signing-your-first-release)
+ * [Generate a Key](#generate-a-key)
+ * [Add the signature to the project KEYS
file](#add-the-signature-to-the-project-keys-file)
## Create a Release
Simplified release procedure: