We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e916b7e commit 68f7f66Copy full SHA for 68f7f66
build.gradle
@@ -23,9 +23,6 @@ nebulaRelease {
23
addReleaseBranchPattern('HEAD')
24
}
25
26
-// the snapshot versioning should increment the path number
27
-// project.setProperty('release.scope', 'patch')
28
-
29
if (project.hasProperty('release.useLastTag')) {
30
tasks.prepare.enabled = false
31
0 commit comments