Skip to content

Commit 76fe56a

Browse files
committed
Build: Don't add merge commits to change log
1 parent ef58ae0 commit 76fe56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
<!-- git log -pretty=format:'* %s (%an)' v0.4.0..v0.5.0-->
5757
<exec executable="git" failonerror="true" outputproperty="git.changelog">
58-
<arg line="log --pretty=format:'* %s (%an)' ${git.log.range}"/>
58+
<arg line="log --no-merges --pretty=format:'* %s (%an)' ${git.log.range}"/>
5959
</exec>
6060

6161
<concat destfile="CHANGELOG.tmp" fixlastline="true">

0 commit comments

Comments
 (0)