We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb3d606 commit 6d2edc2Copy full SHA for 6d2edc2
1 file changed
Makefile
@@ -38,7 +38,7 @@ release: dist
38
@latest_tag=$$(git describe --tags `git rev-list --tags --max-count=1`); \
39
comparison="$$latest_tag..HEAD"; \
40
if [ -z "$$latest_tag" ]; then comparison=""; fi; \
41
- changelog=$$(git log $$comparison --oneline --no-merges --reverse); \
+ changelog=$$(git log $$comparison --oneline --no-merges); \
42
github-release c4milo/$(NAME) $(VERSION) "$$(git rev-parse --abbrev-ref HEAD)" "**Changelog**<br/>$$changelog" 'dist/*'; \
43
git pull
44
0 commit comments