Fix: Make sure reno has enough commits 60/72360/1 v0.89.5
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 9 Nov 2023 20:33:23 +0000 (12:33 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 9 Nov 2023 20:33:23 +0000 (12:33 -0800)
Issue: RELENG-4975
Change-Id: I8f25c8c91278508bf086760ef094f79b9c7f359b
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
.github/workflows/release.yaml

index 774c53c..0c5d264 100644 (file)
@@ -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