We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a905a21 commit e50752cCopy full SHA for e50752c
.github/workflows/create-release-pr.yml
@@ -72,9 +72,10 @@ jobs:
72
73
- name: Generate Release Notes from PR titles
74
id: generate_notes
75
- if: steps.fetch_last_release.outputs.range != ''
76
run: |
77
- RANGE: ${{ steps.fetch_last_release.outputs.range }}
+ RANGE="${{ steps.fetch_last_release.outputs.range }}"
+ echo "Using commit range: $RANGE"
78
+
79
echo "## 🔖 Auto-Generated Release Notes" > pr_body.md
80
echo "" >> pr_body.md
81
0 commit comments