X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;ds=sidebyside;f=.github%2Fworkflows%2Frelease.yaml;h=3d5e5d8c7010d4c191242be96e0e0003c4e4c458;hb=04547fcca5cabd3d9ad24fced4a0cf268d789296;hp=774c53cca9c519a27867835733389c385e332369;hpb=6bf5d7b8dc5bc630b78472a3761568085cf3b2b6;p=releng%2Fglobal-jjb.git diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 774c53cc..3d5e5d8c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -40,11 +40,13 @@ jobs: Cheers, LF Releng - name: Configure Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: 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