X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.github%2Fworkflows%2Frelease.yaml;h=0c5d264574ff35ad966f3cb5b33346a23d749d6a;hb=refs%2Ftags%2Fv0.90.2;hp=774c53cca9c519a27867835733389c385e332369;hpb=6bf5d7b8dc5bc630b78472a3761568085cf3b2b6;p=releng%2Fglobal-jjb.git 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