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