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 48ec38e commit 2d14558Copy full SHA for 2d14558
dev/release-notes.sh
@@ -1,2 +1,2 @@
1
GITHUB_REPOSITORY="AprilSylph/XKit-Rewritten"
2
-git log $(git describe --tags --abbrev=0)..HEAD --pretty --format="- [\`%h\`](https://github.com/$GITHUB_REPOSITORY/commit/%H) %s (%an)" --follow src/ > release-notes.md
+git log $(git describe --tags --abbrev=0)..HEAD --reverse --pretty --format="- [\`%h\`](https://github.com/$GITHUB_REPOSITORY/commit/%H) %s (%an)" --follow src/ > release-notes.md
0 commit comments