From c0e4f06d69c8d17f46737f15d71b65c2a6b70df3 Mon Sep 17 00:00:00 2001 From: Austin Abro Date: Wed, 13 Mar 2024 18:29:01 +0000 Subject: [PATCH] release --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 853c6491..74546ed1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -36,7 +36,8 @@ jobs: fi - name: generate release notes - run: git cliff --unreleased --include-path "${{ github.event.inputs.packageName }}/*" > notes.txt + # run: git cliff --unreleased --include-path "${{ github.event.inputs.packageName }}/*" > notes.txt + run: echo "release notes" > notes.txt - name: Release run: |