Skip to content

Commit 67244cd

Browse files
committed
Add line break between versions in release notes
1 parent 1e70a60 commit 67244cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.frag

+1
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ RELEASE:
148148
@echo "RELEASE $(MONGODB_VERSION)" >> RELEASE-$(MONGODB_VERSION)
149149
@echo "-------------" >> RELEASE-$(MONGODB_VERSION)
150150
@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)
151152

152153
ChangeLog:
153154
@git log --pretty=format:"%ad %an <%ae>%n%x09* %s%n" --date short > ChangeLog

0 commit comments

Comments
 (0)