We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5516ed3 + a878813 commit 5940eb4Copy full SHA for 5940eb4
1 file changed
build.xml
@@ -1177,7 +1177,7 @@
1177
1178
<target name="relnotes" depends="relnotes-uptodate" unless="relnotes.exists"
1179
description="Generate release notes">
1180
- <exec executable="${python}" failonerror="yes">
+ <exec executable="${python}" failonerror="false">
1181
<arg value="${script.src.dir}/relnotes.py" />
1182
<arg value="${build.relnotes.dir}" />
1183
<arg value="${basedir}" />
0 commit comments