Skip to content

Commit 2d14558

Browse files
committed
release notes dev script: print commits in chronological order
1 parent 48ec38e commit 2d14558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/release-notes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
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
2+
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

Comments
 (0)