From a5667bbbbf9297bf24afc36ded1bd2a9a8eeb56e Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Fri, 24 May 2024 11:39:02 +0530 Subject: [PATCH] fix typo in sidecar release process Signed-off-by: Humble Chirammal --- SIDECAR_RELEASE_PROCESS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SIDECAR_RELEASE_PROCESS.md b/SIDECAR_RELEASE_PROCESS.md index 647d2342b..aab8d6e21 100644 --- a/SIDECAR_RELEASE_PROCESS.md +++ b/SIDECAR_RELEASE_PROCESS.md @@ -84,7 +84,7 @@ naming convention `-on-`. 1. Compare the generated output to the new commits for the release to check if any notable change missed a release note. 1. Reword release notes as needed, ideally in the original PRs so that the - release notes can be regnerated. Make sure to check notes for breaking + release notes can be regenerated. Make sure to check notes for breaking changes and deprecations. 1. If release is a new major/minor version, create a new `CHANGELOG-..md` file.