From f4b544362ab8764479ce7a4b087c67e923500963 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Thu, 9 Nov 2023 12:33:23 -0800 Subject: [PATCH] Fix: Make sure reno has enough commits Issue: RELENG-4975 Change-Id: I8f25c8c91278508bf086760ef094f79b9c7f359b Signed-off-by: Andrew Grimberg --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.16.6