From: Andrew Grimberg Date: Thu, 9 Nov 2023 20:33:23 +0000 (-0800) Subject: Fix: Make sure reno has enough commits X-Git-Tag: v0.89.5^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?p=releng%2Fglobal-jjb.git;a=commitdiff_plain;h=f4b544362ab8764479ce7a4b087c67e923500963 Fix: Make sure reno has enough commits Issue: RELENG-4975 Change-Id: I8f25c8c91278508bf086760ef094f79b9c7f359b Signed-off-by: Andrew Grimberg --- diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 774c53cc..0c5d2645 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -45,6 +45,8 @@ jobs: python-version: "3.8" - name: Generate reno report run: | + # fetch last 30 changes + git fetch --depth=30 pipx run tox -e reno -- report \ --version "${{ steps.tag.outputs.tag }}" \ 2>/dev/null > reno-notes.md || true