Skip to content

Commit

Permalink
Merge pull request #9316 from fidencio/topic/releases-follow-up-V
Browse files Browse the repository at this point in the history
release: Skip --generate-notes for this release
  • Loading branch information
fidencio committed Mar 20, 2024
2 parents 19eb45a + 0fa59ff commit 1aec4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/packaging/release/release.sh
Expand Up @@ -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}"
}

Expand Down

0 comments on commit 1aec4f7

Please sign in to comment.