From ed5eb34598a03a0478fc26b6d7c8817814f25f15 Mon Sep 17 00:00:00 2001 From: Christian Cwienk Date: Fri, 17 Jan 2025 19:51:28 +0100 Subject: [PATCH] shortcut release-notes-fetching --- .github/actions/release-notes/action.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/actions/release-notes/action.yaml b/.github/actions/release-notes/action.yaml index 11364c0b1..28e192d7d 100644 --- a/.github/actions/release-notes/action.yaml +++ b/.github/actions/release-notes/action.yaml @@ -77,12 +77,14 @@ runs: fi echo 'Fetching release-notes' - "${GITHUB_ACTION_PATH}/release_notes_cli.py" \ - --component-descriptor component-descriptor.yaml \ - --github-auth-token "${auth_token}" \ - ${draft_arg:-} \ - ${ocm_repositories_arg:-} \ - --outfile release-notes.md + #"${GITHUB_ACTION_PATH}/release_notes_cli.py" \ + # --component-descriptor component-descriptor.yaml \ + # --github-auth-token "${auth_token}" \ + # ${draft_arg:-} \ + # ${ocm_repositories_arg:-} \ + # --outfile release-notes.md + # + echo "no release-notes available" > release-notes.md echo 'Release-notes written to `release-notes.md`'