From 5342d0612aa803600202eddafac7622a19e02cc5 Mon Sep 17 00:00:00 2001 From: Camila Macedo Date: Wed, 6 Sep 2023 07:41:05 +0100 Subject: [PATCH] add tip for release notes --- RELEASE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 25912d01afb..f1329419e9d 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -25,6 +25,9 @@ process was done to ensure that we have an aligned process under the org (simila > **Note** > - You will need to have checkout locally from the remote repository the previous branch > - Also, ensure that you fetch all tags from the remote `git fetch --all --tags` +> - Also, if you face issues to generate the release notes you might want to able to sort it out by running i.e.: +> `go run sigs.k8s.io/kubebuilder-release-tools/notes --use-upstream=false --from=v3.11.0 --branch=release-X` + ### Draft a new release from GitHub