Skip to content

Commit ce8cfdf

Browse files
reverting release.scope=patch
1 parent b205ec5 commit ce8cfdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ nebulaRelease {
2424
}
2525

2626
// the snapshot versioning should increment the path number
27-
release.scope=patch
27+
// release.scope=patch // this isn't working yet
2828

2929
if (project.hasProperty('release.useLastTag')) {
3030
tasks.prepare.enabled = false

0 commit comments

Comments
 (0)