Skip to content

Commit 6d2edc2

Browse files
committed
Do no reverse git log output
1 parent fb3d606 commit 6d2edc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ release: dist
3838
@latest_tag=$$(git describe --tags `git rev-list --tags --max-count=1`); \
3939
comparison="$$latest_tag..HEAD"; \
4040
if [ -z "$$latest_tag" ]; then comparison=""; fi; \
41-
changelog=$$(git log $$comparison --oneline --no-merges --reverse); \
41+
changelog=$$(git log $$comparison --oneline --no-merges); \
4242
github-release c4milo/$(NAME) $(VERSION) "$$(git rev-parse --abbrev-ref HEAD)" "**Changelog**<br/>$$changelog" 'dist/*'; \
4343
git pull
4444

0 commit comments

Comments
 (0)