diff --git a/.github/workflows/ci-auto-release.yml b/.github/workflows/ci-auto-release.yml index 626b7cf8303..e2d29cb70b8 100644 --- a/.github/workflows/ci-auto-release.yml +++ b/.github/workflows/ci-auto-release.yml @@ -78,7 +78,7 @@ jobs: with: base: main add-paths: Version.txt - reviewers: mbudiu-vmw + reviewers: fruffy, jafingerhut, jnfoster commit-message: ${{ steps.message.outputs.content }} signoff: false branch: v${{ env.VERSION }} diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index d08519a5780..4fb82d6c245 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -47,6 +47,7 @@ jobs: uses: softprops/action-gh-release@v2 with: tag_name: ${{ env.TAG }} + generate_release_notes: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}