From 96976cc287d42e5a87f7430ca44b452bfa80fc6d Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Thu, 19 Sep 2024 23:19:28 +0200 Subject: [PATCH] [ci] Removing release notes headers [skip ci] --- .github/workflows/stage-release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/stage-release.yml b/.github/workflows/stage-release.yml index cfacce6185749..b2e9bdddaaac0 100644 --- a/.github/workflows/stage-release.yml +++ b/.github/workflows/stage-release.yml @@ -65,10 +65,6 @@ jobs: uses: softprops/action-gh-release@v2 with: name: Selenium ${{ env.VERSION }} - body: | - ## Detailed Changelogs by Component - **[Java](https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG)**     |     **[Python](https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES)**     |     **[DotNet](https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG)**     |     **[Ruby](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)**     |     **[JavaScript](https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/node/selenium-webdriver/CHANGES.md)**     |     **[IEDriver](https://github.com/SeleniumHQ/selenium/blob/trunk/cpp/iedriverserver/CHANGELOG)** -
tag_name: selenium-${{ env.VERSION }} draft: true generate_release_notes: true