From 0278fc8a9144c4a209c18a0730db0ac4eb9898b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 20 Mar 2024 15:47:06 +0100 Subject: [PATCH] Revert "release: Skip --generate-notes for this release" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 0fa59ff94bc405ea992e07ee5fda801caabb977b, as now we'll be able to use the `--generate-notes`, hopefully, without blowing the allowed limit. Fixes: #9064 - part VI Signed-off-by: Fabiano FidĂȘncio --- tools/packaging/release/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/packaging/release/release.sh b/tools/packaging/release/release.sh index f7d3218c2d..42b70534bc 100755 --- a/tools/packaging/release/release.sh +++ b/tools/packaging/release/release.sh @@ -114,7 +114,7 @@ function _create_new_release() _create_our_own_notes gh release create ${RELEASE_VERSION} \ - --title "Kata Containers ${RELEASE_VERSION}" \ + --generate-notes --title "Kata Containers ${RELEASE_VERSION}" \ --notes-file "/tmp/our_notes_${RELEASE_VERSION}" }