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 b205ec5 commit ce8cfdfCopy full SHA for ce8cfdf
build.gradle
@@ -24,7 +24,7 @@ nebulaRelease {
24
}
25
26
// the snapshot versioning should increment the path number
27
-release.scope=patch
+// release.scope=patch // this isn't working yet
28
29
if (project.hasProperty('release.useLastTag')) {
30
tasks.prepare.enabled = false
0 commit comments