CI: Remove release email 07/72507/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 8 Jan 2024 21:41:30 +0000 (13:41 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 8 Jan 2024 21:41:30 +0000 (13:41 -0800)
The lf-releng@lists.linuxfoundation.org mailing list is going away.
GitHub releases are already being generated (though the release notes
generation doesn't seem to be working 100% correctly) but this needs to
happen or we start getting failures soon.

Issue: RELENG-4931
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Change-Id: Ib67a2f042a6c17837c366a0a82a300de8994d44e

.github/workflows/release.yaml

index 17b0485..9de5708 100644 (file)
@@ -32,27 +32,6 @@ jobs:
         run: >-
           VER=$(echo "${{ steps.tag.outputs.tag }}" | tr . -)
           echo "ANCHOR=${VER}" >> $GITHUB_ENV
-      - name: Notify mailing list
-        uses: dawidd6/action-send-mail@v3
-        with:
-          server_address: ${{ vars.MAIL_SERVER }}
-          server_port: ${{ vars.MAIL_SERVER_PORT }}
-          secure: true
-          username: ${{ secrets.MAIL_USER }}
-          password: ${{ secrets.MAIL_PASSWORD }}
-          subject: lftools ${{ steps.tag.outputs.tag }} released
-          to: lf-releng@lists.linuxfoundation.org
-          from: ${{ vars.MAIL_FROM }}
-          body: |
-            Hi Everyone,
-
-            lftools ${{ steps.tag.outputs.tag }} is released. Thanks to everyone who contributed
-            to this release. Release notes are avaiable online at:
-
-            https://docs.releng.linuxfoundation.org/projects/lftools/en/stable/release-notes.html#${{ env.ANCHOR }}
-
-            Cheers,
-            LF Release Engineering
       - name: Generate reno report
         run: |
           # fetch last 30 changes