Skip to content

Commit 832a556

Browse files
committed
Omit merge commits from release changelog
1 parent 2d6f16b commit 832a556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.frag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ package.xml: RELEASE
147147
RELEASE:
148148
@echo "RELEASE $(MONGODB_VERSION)" >> RELEASE-$(MONGODB_VERSION)
149149
@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)
150+
@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)
151151
@echo -e "\n" >> RELEASE-$(MONGODB_VERSION)
152152

153153
ChangeLog:

0 commit comments

Comments
 (0)