This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 4518c1e Use default scmReleaseCommitComment for release plugin as is
in 3.2.0
4518c1e is described below
commit 4518c1e8b2f47b77880d3bb89d0663a4c40c9447
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Tue Dec 9 18:59:56 2025 +0100
Use default scmReleaseCommitComment for release plugin as is in 3.2.0
drop questioned ci skip postfix - make update of plugin not breaking
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 709060f..eb339e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -276,6 +276,7 @@ under the License.
<autoVersionSubmodules>true</autoVersionSubmodules>
<goals>deploy</goals>
<releaseProfiles>apache-release</releaseProfiles>
+ <scmReleaseCommitComment>@{prefix} prepare release
@{releaseLabel}</scmReleaseCommitComment>
</configuration>
</plugin>
<!-- END SNIPPET: release-plugin-configuration -->