Skip to content

Commit fe9b8ed

Browse files
authored
Merge pull request #575 from stefanzweifel/patch-1
[5.x] Use release target branch in changelog compare URL
2 parents bfe4551 + d35e6ab commit fe9b8ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-changelog.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
with:
2020
latest-version: ${{ github.event.release.tag_name }}
2121
release-notes: ${{ github.event.release.body }}
22+
compare-url-target-revision: ${{ github.event.release.target_commitish }}
2223

2324
- name: Commit updated CHANGELOG
2425
uses: stefanzweifel/git-auto-commit-action@v4

0 commit comments

Comments
 (0)