Skip to content

Commit 4d73526

Browse files
committed
Update Changelog workflow to filter by 7.0.x
1 parent 3734698 commit 4d73526

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-notes.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
if: steps.check_release_drafter.outputs.has_release_drafter == 'true'
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
26+
with:
27+
prerelease: false
28+
commitish: 7.0.x
29+
filter-by-commitish: true
2630
# Otherwise:
2731
- name: Export Gradle Properties
2832
if: steps.check_release_drafter.outputs.has_release_drafter == 'false'

0 commit comments

Comments
 (0)