Skip to content

Commit 32a01ab

Browse files
committed
fix reverse change log in discord message
1 parent 24f329f commit 32a01ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
id: Changelog
3737
run: |
3838
git branch --show-current
39-
changelog=$(git log --no-merges --pretty=format:'- %s' ${{ steps.previoustag.outputs.tag }}..HEAD)
39+
changelog=$(git log --no-merges --pretty=format:'- %s' ${{ steps.previoustag.outputs.tag }}..HEAD --reverse)
4040
changelog="${changelog//'%'/'%25'}"
4141
changelog="${changelog//$'\n'/'%0A'}"
4242
changelog="${changelog//$'\r'/'%0D'}"

0 commit comments

Comments
 (0)