mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-13 21:56:32 +00:00
release: Skip --generate-notes for this release
This release is a special case, as we've slacked for 6 months and the release content is way too long ... long enough to exceed the allowed limit for the release notes. With this in mind we'll just remove the `--generate-notes` for now, and then revert this commit as soon as the release is out, as releases should be happening every month and, ideally, we won't reach this situation never ever again. Fixes: #9064 - part V Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
19eb45a27d
commit
0fa59ff94b
@ -114,7 +114,7 @@ function _create_new_release()
|
||||
_create_our_own_notes
|
||||
|
||||
gh release create ${RELEASE_VERSION} \
|
||||
--generate-notes --title "Kata Containers ${RELEASE_VERSION}" \
|
||||
--title "Kata Containers ${RELEASE_VERSION}" \
|
||||
--notes-file "/tmp/our_notes_${RELEASE_VERSION}"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user