Skip to content

Commit

Permalink
Fix: Make sure reno has enough commits
Browse files Browse the repository at this point in the history
Issue: RELENG-4975
Change-Id: I8f25c8c91278508bf086760ef094f79b9c7f359b
Signed-off-by: Andrew Grimberg <[email protected]>
  • Loading branch information
tykeal committed Nov 9, 2023
1 parent 186e0a7 commit f4b5443
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4b5443

Please sign in to comment.