Skip to content

Commit e31733d

Browse files
authored
Merge pull request #1520 from grails/updateChangelogWorkflow
Update Changelog workflow to filter by 7.0.x
2 parents 3734698 + 4d73526 commit e31733d

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)