chore(maven): remove skip ci from release message
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
Jorge Bornhausen 2025-07-22 22:30:15 +02:00
parent fc140833d5
commit ed362d84b8
Signed by: jorge.bornhausen
SSH key fingerprint: SHA256:X2ootOwvCeP4FoNfmVUFIKIbhq95tAgnt7Oqg3x+lfs

View file

@ -196,7 +196,7 @@
<tagNameFormat>@{project.version}</tagNameFormat>
<checkModificationExcludes>mvnw</checkModificationExcludes>
<scmReleaseCommitComment>chore: release @{releaseLabel}</scmReleaseCommitComment>
<scmDevelopmentCommitComment>chore: prepare for next development iteration [skip ci]</scmDevelopmentCommitComment>
<scmDevelopmentCommitComment>chore: prepare for next development iteration</scmDevelopmentCommitComment>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>