From 3990ed160595bc0923e2ecace26eeccf1f927596 Mon Sep 17 00:00:00 2001 From: Dariusz L Date: Wed, 23 Jul 2025 23:20:27 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7d5a77..e11e693 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,11 +67,7 @@ jobs: tag_name: ${{ steps.unique_tag.outputs.final_tag }} name: Release ${{ steps.unique_tag.outputs.final_tag }} body: | - 📦 Release based on pyproject.toml version `${{ steps.version.outputs.base_version }}` - - 📝 Changes since last release: - ``` - ${{ steps.commit_history.outputs.commit_history }} - ``` + 📦 Release based on pyproject.toml version `${{ steps.version.outputs.base_version }}` + generate_release_notes: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file