We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6f16b commit 832a556Copy full SHA for 832a556
Makefile.frag
@@ -147,7 +147,7 @@ package.xml: RELEASE
147
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)
+ @git log --pretty=format:"%ad %an <%ae>%n%x09* %s%n" --no-merges --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:
0 commit comments