mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-05 10:50:18 +00:00
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:
@@ -114,7 +114,7 @@ function _create_new_release()
|
|||||||
_create_our_own_notes
|
_create_our_own_notes
|
||||||
|
|
||||||
gh release create ${RELEASE_VERSION} \
|
gh release create ${RELEASE_VERSION} \
|
||||||
--title "Kata Containers ${RELEASE_VERSION}" \
|
--generate-notes --title "Kata Containers ${RELEASE_VERSION}" \
|
||||||
--notes-file "/tmp/our_notes_${RELEASE_VERSION}"
|
--notes-file "/tmp/our_notes_${RELEASE_VERSION}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user