From 83de3f34ae67f2eb816a528d82584a18beb8a25b Mon Sep 17 00:00:00 2001 From: Cole Ramos Date: Tue, 1 Oct 2024 14:59:38 -0500 Subject: [PATCH] Add smart name and notes to triggered releases (#438) Signed-off-by: coleramos425 [ROCm/rocprofiler-compute commit: c8a1add54b62751fd580c2258db8cbd94c30edaf] --- projects/rocprofiler-compute/.github/workflows/packaging.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects/rocprofiler-compute/.github/workflows/packaging.yml b/projects/rocprofiler-compute/.github/workflows/packaging.yml index 2b64bbd5d0..2bf3e8f069 100644 --- a/projects/rocprofiler-compute/.github/workflows/packaging.yml +++ b/projects/rocprofiler-compute/.github/workflows/packaging.yml @@ -57,5 +57,9 @@ jobs: if: startsWith(github.ref, 'refs/tags/') && github.repository == 'ROCm/omniperf' with: fail_on_unmatched: True + generate_release_notes: True + draft: False # toggle for debugging files: | build/omniperf-${{github.ref_name}}.tar.gz + name: ${{ env.RELEASE_NAME }} +