kwin opened a new issue, #1422: URL: https://github.com/apache/maven-release/issues/1422
### New feature, improvement proposal The prepare goal adds two commits: 1. With the release version 2. With the next SNAPSHOT version Building 1. with regular CI often fails when it tries to deploy that (as it is not a SNAPSHOT). Therefore I propose to include a tag in the commit message which makes most CI system skip building it. That requires adjusting the default value for https://maven.apache.org/maven-release/maven-release-plugin/prepare-mojo.html#scmReleaseCommitComment The following commit messages are automatically skipped by - [GitHub Actions](https://docs.github.com/en/actions/how-tos/manage-workflow-runs/skip-workflow-runs) - [Jenkins SCM Skip Plugin](https://github.com/jenkinsci/scmskip-plugin/blob/master/README.md#release-notes) - [GitLab](https://docs.gitlab.com/ci/pipelines/#skip-a-pipeline) So I recommend including `[ci skip]` in the commit message by default. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
