Skip to content

Commit

Permalink
Do no reverse git log output
Browse files Browse the repository at this point in the history
  • Loading branch information
c4milo committed Mar 18, 2017
1 parent fb3d606 commit 6d2edc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ release: dist
@latest_tag=$$(git describe --tags `git rev-list --tags --max-count=1`); \
comparison="$$latest_tag..HEAD"; \
if [ -z "$$latest_tag" ]; then comparison=""; fi; \
changelog=$$(git log $$comparison --oneline --no-merges --reverse); \
changelog=$$(git log $$comparison --oneline --no-merges); \
github-release c4milo/$(NAME) $(VERSION) "$$(git rev-parse --abbrev-ref HEAD)" "**Changelog**<br/>$$changelog" 'dist/*'; \
git pull

Expand Down

0 comments on commit 6d2edc2

Please sign in to comment.