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 24f329f commit 32a01abCopy full SHA for 32a01ab
.github/workflows/pre-release.yml
@@ -36,7 +36,7 @@ jobs:
36
id: Changelog
37
run: |
38
git branch --show-current
39
- changelog=$(git log --no-merges --pretty=format:'- %s' ${{ steps.previoustag.outputs.tag }}..HEAD)
+ changelog=$(git log --no-merges --pretty=format:'- %s' ${{ steps.previoustag.outputs.tag }}..HEAD --reverse)
40
changelog="${changelog//'%'/'%25'}"
41
changelog="${changelog//$'\n'/'%0A'}"
42
changelog="${changelog//$'\r'/'%0D'}"
0 commit comments