We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e70a60 commit 67244cdCopy full SHA for 67244cd
Makefile.frag
@@ -148,6 +148,7 @@ RELEASE:
148
@echo "RELEASE $(MONGODB_VERSION)" >> RELEASE-$(MONGODB_VERSION)
149
@echo "-------------" >> RELEASE-$(MONGODB_VERSION)
150
@git log --pretty=format:"%ad %an <%ae>%n%x09* %s%n" --date short --since="$$(git show -s --format=%ad `git rev-list --tags --max-count=1`)" >> RELEASE-$(MONGODB_VERSION)
151
+ @echo -e "\n" >> RELEASE-$(MONGODB_VERSION)
152
153
ChangeLog:
154
@git log --pretty=format:"%ad %an <%ae>%n%x09* %s%n" --date short > ChangeLog
0 commit comments