From a8fec81919f5b1d9b7ae42dec5a0c2fd3418f905 Mon Sep 17 00:00:00 2001 From: wangzihao05 Date: Thu, 12 Jan 2023 16:00:42 +0800 Subject: [PATCH] fix syntax errors Signed-off-by: wangzihao05 --- 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