From 80d63467ab8e996b34600da4a6c7178a5b954b31 Mon Sep 17 00:00:00 2001 From: Nico Wang <104056727+wangzihao05@users.noreply.github.com> Date: Fri, 13 Jan 2023 09:26:29 +0800 Subject: [PATCH] docs: fix syntax errors (#2513) fix syntax errors Signed-off-by: wangzihao05 Signed-off-by: wangzihao05 Co-authored-by: Rita Zhang --- docs/RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 090edcbd3d5..b6ae1c4541e 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -76,7 +76,7 @@ During the workflow, it will create the release manifests, promote the manifests ``` 1. Pushing the release tag will trigger GitHub Actions to trigger `tagged-release` job. -This will build the `openpolicyagent/gatekeeper` image automatically, Then publish the new release image tag and the `latest` image tag to the `openpolicyagent/gatekeeper` repository. Finally, verify step will run e2e tests to verify the new released tag. +This will build the `openpolicyagent/gatekeeper` image automatically, then publish the new release image tag and the `latest` image tag to the `openpolicyagent/gatekeeper` repository. Finally, verify step will run e2e tests to verify the newly released tag. ## Publishing