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 ef58ae0 commit 76fe56aCopy full SHA for 76fe56a
build.xml
@@ -55,7 +55,7 @@
55
56
<!-- git log -pretty=format:'* %s (%an)' v0.4.0..v0.5.0-->
57
<exec executable="git" failonerror="true" outputproperty="git.changelog">
58
- <arg line="log --pretty=format:'* %s (%an)' ${git.log.range}"/>
+ <arg line="log --no-merges --pretty=format:'* %s (%an)' ${git.log.range}"/>
59
</exec>
60
61
<concat destfile="CHANGELOG.tmp" fixlastline="true">
0 commit comments