chore: update commit messages in build.xml

This commit is contained in:
Jindra Petřík
2026-03-04 20:35:37 +01:00
parent 1dbd387d2e
commit 0bd1a389dd

View File

@@ -962,7 +962,7 @@
<exec executable="git" failonerror="true">
<arg value="commit"/>
<arg value="-m"/>
<arg value="version changed to ${gh.newversion}"/>
<arg value="chore: change version to ${gh.newversion}"/>
</exec>
<exec executable="git" failonerror="true">
@@ -1000,7 +1000,7 @@
<exec executable="git" failonerror="true">
<arg value="commit"/>
<arg value="-m"/>
<arg value="created new Unreleased section in CHANGELOG.md [ci skip]"/>
<arg value="chore: create Unreleased section in CHANGELOG.md&#10;&#10;[ci skip]"/>
</exec>
<exec executable="git" failonerror="true">