Commit f0f28e5
Revert inclusion of ci skip in release commit msg
This reverts PR #1423 which added the ci skip text into the default
release commit. This broke many developers workflows because it pushes
a choice about CI/CD process into default configuration. If developers
genuinely want to skip CI/CD for the release commit then they already
had configuration to override the commit message and inject the
necessary ci skip text. However, the maven-release-plugin itself should
not make any assumptions about developers CI/CD setups, nor do anything
by default that might cause those to skip release commit builds that
developers might be relying upon.1 parent 2a82901 commit f0f28e5
File tree
1 file changed
+2
-10
lines changed- maven-release-plugin/src/main/java/org/apache/maven/plugins/release
1 file changed
+2
-10
lines changedLines changed: 2 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | 284 | | |
291 | 285 | | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
| 286 | + | |
| 287 | + | |
296 | 288 | | |
297 | 289 | | |
298 | 290 | | |
| |||
0 commit comments