Revert "release: Skip --generate-notes for this release"

This reverts commit 0fa59ff94b, 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 <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio
2024-03-20 15:47:06 +01:00
parent 1aec4f737a
commit 0278fc8a91

View File

@@ -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}"
}