Merge pull request #9321 from fidencio/topic/releases-follow-up-VI

Revert "release: Skip --generate-notes for this release"
This commit is contained in:
Greg Kurz 2024-03-22 10:44:40 +01:00 committed by GitHub
commit e4f6a778a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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